From 1932a55d2553d71e8484329ca28a0b432f9bd89b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B1=B1=E5=85=AE?= <3208053815@qq.com> Date: Sat, 23 Mar 2024 17:37:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=A0=B7=E5=BC=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/service.vue | 49 +++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 23 deletions(-) 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