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