From 8f6b41e7775a7e920a5da4b1d28b5f0a575585a4 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Wed, 3 Jul 2024 16:10:27 +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/pay.vue | 84 +++++++++++++++++++++++++----------------------- 1 file changed, 44 insertions(+), 40 deletions(-) diff --git a/my/order/pay.vue b/my/order/pay.vue index d61089a..d141c99 100644 --- a/my/order/pay.vue +++ b/my/order/pay.vue @@ -102,7 +102,7 @@ - + 订单信息 @@ -140,19 +140,19 @@ 订单费用 - + 项目名称 {{order.ordersMassageList[0].massageType?order.ordersMassageList[0].massageType.title:order.ordersMassageList[0].userPackageDetail.title}} - + 服务时长 {{order.ordersMassageList[0].massageType?order.ordersMassageList[0].massageType.duration:order.ordersMassageList[0].userPackageDetail.duration}}分钟 - + 项目价格 ¥{{order.price}} - + 会员折扣 {{order.vipRate}}% @@ -169,31 +169,31 @@ - 出行费用 + 出行费用 - - 出行方式 - 公交 - 出租 - 免费 + + 出行方式 + 公交 + 出租 + 免费 - - 全程距离 - {{order.km}}km + + 全程距离 + {{order.km}}km - - 出行费用 - ¥{{order.taxiMoney}} + + 出行费用 + ¥{{order.taxiMoney}} - + 优惠券信息 - - 优惠券 - -¥{{order.couponMoney}} + + 优惠券 + -¥{{order.couponMoney}} - @@ -201,25 +201,25 @@ 费用明细 - - 订单费用: - {{order.price}} + + 订单费用: + {{order.price}} - - 出行费用: - {{order.taxiMoney}} + + 出行费用: + {{order.taxiMoney}} - - 优惠券: - - -¥{{order.couponMoney}} + + 优惠券: + + -¥{{order.couponMoney}} - - - 合计: - ¥ + + 合计: + {{order.payMoney}} @@ -2189,17 +2189,21 @@ } .add-con-title{ color: #999; - font-size: 28rpx; + font-size: 30rpx; } .add-con-cont{ color: #666; - font-size: 28rpx; + font-size: 30rpx; + line-height: 80rpx; + text-align:right; } .level_button{ - padding: 5rpx 20rpx; + padding: 2rpx 13rpx; background: linear-gradient(to right, #fe9130, #ff9869); - border-radius: 8rpx 20rpx 8rpx 20rpx; + border-radius: 5rpx 16rpx 5rpx 16rpx; color: #fff; + font-size: 12px; + } .justify-title-nav{ width: 90%;