diff --git a/pages/demandHall/business/index.vue b/pages/demandHall/business/index.vue index b2a4d74..7da7e86 100644 --- a/pages/demandHall/business/index.vue +++ b/pages/demandHall/business/index.vue @@ -283,7 +283,6 @@ width: 100%; height: 330rpx; white-space: nowrap; - margin-left: 30rpx; .company-list { width: 408rpx; @@ -293,8 +292,8 @@ border-radius: 12rpx; padding: 16rpx 24rpx; display: inline-block; - margin: 15rpx 30rpx 0 10rpx; - + margin: 15rpx 32rpx 0 0rpx; + .title { font-size: 28rpx; font-weight: 600; @@ -352,6 +351,9 @@ } } } + .company-list:nth-child(1){ + margin-left: 40rpx; + } } // 推荐服务 diff --git a/pages/demandHall/projectDetail/index.vue b/pages/demandHall/projectDetail/index.vue index 1e5832f..e3dc818 100644 --- a/pages/demandHall/projectDetail/index.vue +++ b/pages/demandHall/projectDetail/index.vue @@ -299,7 +299,6 @@ width: 100%; height: 345rpx; white-space: nowrap; - padding-left: 22rpx; } .recommend-list { @@ -310,9 +309,11 @@ font-size: 24rpx; color: #707070; display: inline-block; - margin: 0 22rpx 0 10rpx; + margin: 0 32rpx 0 0rpx; + } + .recommend-list:nth-child(1){ + margin-left: 32rpx; } - .recommend-list image { width: 392rpx; height: 194rpx; diff --git a/pages/home/activityCenter/index.vue b/pages/home/activityCenter/index.vue index 6cd7306..8289abc 100644 --- a/pages/home/activityCenter/index.vue +++ b/pages/home/activityCenter/index.vue @@ -1,62 +1,88 @@ -