From 363a01f3412b52c3c66ee3ebae56833b40a902f4 Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Thu, 27 Jun 2024 21:03:35 +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/payModifyTc.vue | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/my/order/payModifyTc.vue b/my/order/payModifyTc.vue index 86b5f5f..54e50bd 100644 --- a/my/order/payModifyTc.vue +++ b/my/order/payModifyTc.vue @@ -11,7 +11,7 @@ - + {{orderXm.title}} @@ -76,7 +76,7 @@ -¥{{couponDataList}} - 选择优惠劵 + 选择优惠劵 @@ -1277,11 +1277,12 @@ background-color: #ffffff; border-radius: 24rpx; padding: 29rpx; + margin-top: 10px; } .pay-title{ font-weight: bold; - font-size: 28rpx; + font-size: 38rpx; color: #333333; margin-bottom: 5px; } @@ -1313,6 +1314,7 @@ display: flex; flex-direction: column; position: relative; + margin: 8px auto; } .detail-foot-title{ width: 115px; @@ -1321,7 +1323,7 @@ background-repeat: no-repeat; background-size: 100% 100%; font-weight: 400; - font-size: 12px; + font-size: 13px; color: #FFFFFF; text-align: right; line-height: 32px; @@ -1391,8 +1393,8 @@ } .detail-foot-list-top span:nth-child(3){ font-weight: 400; - font-size: 22rpx; - color: #777777; + font-size: 28rpx; + color: #029d88; } .detail-foot-mian{ @@ -2002,12 +2004,12 @@ margin: 0 auto; text-align: center; background: linear-gradient(90deg, #019C88, #28BA92, #35C495); - height:68rpx; - border-radius: 60rpx; + height:80rpx; + border-radius: 80rpx; color: #ffffff; - line-height: 68rpx; + line-height: 80rpx; + font-size: 32rpx; } - .serverAddress { display: flex; justify-content: space-between;