diff --git a/pages/therapist/orderDetail.vue b/pages/therapist/orderDetail.vue index 3febe73..5cddec4 100644 --- a/pages/therapist/orderDetail.vue +++ b/pages/therapist/orderDetail.vue @@ -33,23 +33,24 @@ {{order.artificerName}} - + 资深 - --> + - - {{order.status == 1?"可服务":"休息中"}} + + + {{order.status == 1?"可服务":"休息中"}} - {{order.time}} + {{order.time}} @@ -65,7 +66,7 @@ ID:{{order.invitationCode}} · - {{order.collectCount}}人 关注 + {{order.collectCount}}人 关注 @@ -664,40 +665,40 @@ width: 55rpx; height: 55rpx; position: absolute; - top:-10rpx; + top:-13rpx; left:-6rpx; } .headset-text{ - background: linear-gradient(90deg, #4b5f87, #4e7dd3); - font-size: 26rpx; + background: linear-gradient(90deg, #88abec, #4e7dd3); + font-size: 22rpx; color: #fff; height: 30rpx; line-height: 30rpx; - border-radius: 30rpx; - width: 90rpx; + border-radius:5rpx 30rpx 30rpx 30rpx; + width: 85rpx; padding: 5rpx 15rpx; text-align: right; } .headset-text1{ - background: linear-gradient(90deg, #2e7de3, #102c82); - font-size: 26rpx; + background: linear-gradient(90deg, #6bc8ff, #2e81d8); + font-size: 22rpx; color: #fff; height: 30rpx; line-height: 30rpx; - border-radius: 30rpx; - width: 90rpx; + border-radius:5rpx 30rpx 30rpx 30rpx; + width: 85rpx; padding: 5rpx 15rpx; text-align: right; } .headset-text2{ - background: linear-gradient(90deg, #d20d74, #730022); - font-size: 26rpx; - color: #fff; + background: linear-gradient(90deg, #bd6ed4, #9533b8); + font-size: 22rpx; + color: #f6dcff; height: 30rpx; line-height: 30rpx; - border-radius: 30rpx; - width: 90rpx; + border-radius:5rpx 30rpx 30rpx 30rpx; + width: 85rpx; padding: 5rpx 15rpx; text-align: right; } @@ -1329,18 +1330,30 @@ height: 662rpx; } .keyuyue{ - width: 160rpx; - height: 20px; + width: 180rpx; + height: 22px; display: flex; flex-direction: row; - align-items: center; - background: linear-gradient(90deg, #fee9ca, #fde4c6); - border: 1px #decbae solid; + background: linear-gradient(90deg, #ffe0d8, #fde4c6); + border: 1px #ffe0d8 solid; border-radius: 30rpx 30rpx 30rpx 2rpx; - padding: 3rpx 15rpx; color:#8d500f; font-size: 22rpx; margin-left: 15rpx; + + } + .keyuyue-xu{ + width: 65%; + background: linear-gradient(90deg, #ff7e5c, #ff8e70); + border-radius: 30rpx 30rpx 30rpx 2rpx; + color: #fff; + display: flex; + align-items:center; + } + .keyuyue-timie{ + color: #ff7e5c; + padding: 8rpx 0; + margin-left: 3rpx; } .order-sname{ width: 100%; diff --git a/static/fire.png b/static/fire.png new file mode 100644 index 0000000..bffe0aa Binary files /dev/null and b/static/fire.png differ diff --git a/static/timea.png b/static/timea.png new file mode 100644 index 0000000..508595a Binary files /dev/null and b/static/timea.png differ