From 06c256cb555f50636e27ff1f1cdf64d857c43339 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Sat, 29 Jun 2024 17:55:34 +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/order/payShengji.vue | 54 ++++++++++++++++++++++++++--------------- 1 file changed, 35 insertions(+), 19 deletions(-) diff --git a/my/order/payShengji.vue b/my/order/payShengji.vue index 41f2f02..5877489 100644 --- a/my/order/payShengji.vue +++ b/my/order/payShengji.vue @@ -15,7 +15,7 @@ - + {{order.oldEntryName}} @@ -58,21 +58,21 @@ - - 下单人 - + + 下单人 + {{order.userName}} - - 联系方式 - + + 联系方式 + {{order.phone ? order.phone.substring(0,3) + '****' + order.phone.substring(7,11) : ''}} - - 服务地址 - {{order.address}} + + 服务地址 + {{order.address}} @@ -91,7 +91,7 @@ @click="bindphone(order.artificer.phone)"> --> - {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} + {{order.technicianType=='3'?'新手':order.technicianType=='4'?'专家':'资深'}} @@ -1834,7 +1834,10 @@ background: linear-gradient(90deg, #019C88, #28BA92, #35C495); } .zhuangtai{ + padding: 5rpx 23rpx; + border: 1px solid #029D88; color: #029D88; + border-radius: 30rpx; } .head-title-right{ display: flex; @@ -1920,8 +1923,8 @@ } .pay-ding-top{ width: 100%; - height: 80rpx; - background-image: linear-gradient(to bottom, rgba(8, 162, 138, 0.5), #fff); + height: 100rpx; + background-image: linear-gradient(to bottom, rgba(219, 242, 238, 0.9), #fff); border-top-left-radius: 24rpx; border-top-right-radius: 24rpx; padding: 0px 29rpx; @@ -1937,14 +1940,15 @@ height: 44rpx; } .d-title{ - font-weight: 400; - font-size: 25rpx; + font-weight: 550; + font-size: 30rpx; color: #333333; } .d-touxiang{ - width: 46rpx; - height: 46rpx; + width: 55rpx; + height: 55rpx; border-radius: 50%; + border: 1px solid #f2fffd; } .money-pay-jia{ font-weight: 400; @@ -1987,9 +1991,9 @@ } .pay-title{ font-weight: bold; - font-size: 28rpx; + font-size: 32rpx; color: #333333; - margin-bottom: 5px; + margin-bottom: 12px; } page { background: #f7f7f7; @@ -2168,4 +2172,16 @@ justify-content: space-between; align-items: center; } + .pay-word{ + font-size: 30rpx; + } + .jusitify-line{ + height: 80rpx; + } + .line-word{ + color: #999; + } + .line-word-r{ + color: #888; + } \ No newline at end of file