From 3f5d9e40a01e67228fd945530466dc6ebe63dd31 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Thu, 15 Aug 2024 13:50:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/gird/shoucang.vue | 18 +++++++++++++++--- pages/public/bind.vue | 3 --- pages/therapist/orderDetail.vue | 16 +++++++++++++--- pages/therapist/therapist.vue | 18 +++++++++++++----- pages/therapist/therapistDingdan.vue | 18 +++++++++++++----- 5 files changed, 54 insertions(+), 19 deletions(-) diff --git a/my/gird/shoucang.vue b/my/gird/shoucang.vue index 587d11f..554fd1f 100644 --- a/my/gird/shoucang.vue +++ b/my/gird/shoucang.vue @@ -24,13 +24,15 @@ - - {{item.artificerName}} {{item.artificerClassifyList[0].classifyName}} + + {{item.artificerName}} + + {{item.artificerClassifyList[0].classifyName}} - + @@ -602,4 +604,14 @@ } } } + .label-word{ + background: #f9f1e7; + color: #9b7a6e; + border-radius: 30rpx; + padding: 0rpx 14rpx; + line-height:34rpx; + border: 1px solid #9b7a6e; + font-size: 22rpx; + margin-left: 10rpx; + } diff --git a/pages/public/bind.vue b/pages/public/bind.vue index 342c633..287241f 100644 --- a/pages/public/bind.vue +++ b/pages/public/bind.vue @@ -172,9 +172,6 @@ font-size: 29rpx; color: #999999; } - - - .confirm-btn { width: 600upx; height: 80upx; diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index 521a78f..d0bb145 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -46,7 +46,7 @@ {{order.technicianTypeName}} - {{order.artificerClassifyList[0].classifyName}} + {{order.artificerClassifyList[0].classifyName}} @@ -778,8 +778,8 @@ position: relative; } .headset-img{ - width: 120rpx; - height: 40rpx; + width: 100rpx; + height:36rpx; position: absolute; top:1rpx; left:-1rpx; @@ -1510,4 +1510,14 @@ font-size: 30rpx; font-weight: bold; } + .label-word{ + background: #f9f1e7; + color: #9b7a6e; + border-radius: 30rpx; + padding: 0 14rpx; + line-height:34rpx; + border: 1px solid #9b7a6e; + font-size: 22rpx; + margin-left: 10rpx; + } \ No newline at end of file diff --git a/pages/therapist/therapist.vue b/pages/therapist/therapist.vue index 89a8c92..010c4c4 100644 --- a/pages/therapist/therapist.vue +++ b/pages/therapist/therapist.vue @@ -34,11 +34,9 @@ - - {{ item.artificerName }} - - - {{ item.artificerClassifyList[0].classifyName }} + + {{ item.artificerName }} + {{ item.artificerClassifyList[0].classifyName }} @@ -1931,4 +1929,14 @@ import permision from "@/components/permission.js"; color: #666; margin-right: 10rpx; } + .label-word{ + background: #f9f1e7; + color: #9b7a6e; + border-radius: 30rpx; + padding:0rpx 14rpx; + line-height:40rpx; + border: 1px solid #9b7a6e; + font-size: 22rpx; + margin-left: 10rpx; + } \ No newline at end of file diff --git a/pages/therapist/therapistDingdan.vue b/pages/therapist/therapistDingdan.vue index 4f3a274..7129a06 100644 --- a/pages/therapist/therapistDingdan.vue +++ b/pages/therapist/therapistDingdan.vue @@ -21,11 +21,9 @@ - - {{ item.artificerName }} - - - {{ item.artificerClassifyList[0].classifyName }} + + {{ item.artificerName }} + {{ item.artificerClassifyList[0].classifyName }} @@ -1026,4 +1024,14 @@ color: #666; margin-right: 10rpx; } + .label-word{ + background: #f9f1e7; + color: #9b7a6e; + border-radius: 30rpx; + padding:0rpx 14rpx; + line-height:40rpx; + border: 1px solid #9b7a6e; + font-size: 22rpx; + margin-left: 10rpx; + } \ No newline at end of file