diff --git a/pages/service.vue b/pages/service.vue index 6b00534..335fd86 100644 --- a/pages/service.vue +++ b/pages/service.vue @@ -14,8 +14,8 @@ :class="[{'mt-md':banner.length ==0},{'abs':banner.length>0}]" :style="{ color: primaryColor }"> - + {{ item.text }} @@ -25,10 +25,10 @@ - + @@ -55,15 +55,16 @@ - {{item.coach_name}} - + {{item.coach_name}} + 新人 - + :style="{height:`33rpx`,width:`80rpx`,color:primaryColor,border:`1rpx solid ${primaryColor}`}" + v-if="item.is_new">新人 + 30天接单{{item.order_count||0}} - + @@ -88,7 +89,8 @@ 新人 + :style="{height:`33rpx`,width:`80rpx`,color:primaryColor,border:`1rpx solid ${primaryColor}`}" + v-if="item.is_new">新人 30天接单{{item.order_count||0}} @@ -97,9 +99,9 @@ - - - + + + @@ -112,7 +114,7 @@ - + @@ -215,7 +217,7 @@ }, { icon: 'icon-kzz', text: '资质证书' - }], + }], } }, computed: mapState({ @@ -553,6 +555,7 @@ .recommend-technician { white-space: nowrap; width: 690rpx; + .recommend-item { display: inline-block; } @@ -647,8 +650,8 @@ .radius-top { border-radius: 30rpx 30rpx 0 0; - } - + } + .coupon-popup { width: 658rpx; height: 865rpx; @@ -762,7 +765,7 @@ } } } - + .servetip { font-size: 28rpx; font-weight: 400; @@ -772,11 +775,11 @@ margin: 22rpx 0; } - .servefc{ + .servefc { display: flex; align-items: center; } - + .van-image { position: relative; display: inline-block; @@ -786,8 +789,8 @@ width: 100%; height: 100%; } + .margin-20 { margin: 0.53333rem; - } - - + } + \ No newline at end of file