From 812b4f1e667d0642180e682cb0f7f1e8f2c41c2a Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 18 三月 2024 14:44:02 +0800 Subject: [PATCH] 视频播放器修改1 --- pages/cart/paymentPage/index.wxss | 45 ++++++++++++++++++++++++++++++++++++--------- 1 files changed, 36 insertions(+), 9 deletions(-) diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss index 14285dc..ab15ca0 100644 --- a/pages/cart/paymentPage/index.wxss +++ b/pages/cart/paymentPage/index.wxss @@ -82,10 +82,6 @@ font-size: 31rpx; color: #0F1214; font-family: DIN, DIN; - - - - } .priceBreakdown { @@ -97,17 +93,16 @@ .priceBreakdownContent { font-weight: bold; - font-size: 32rpx; + font-size: 29rpx; color: #0F1214; margin-bottom: 50rpx; + font-family: PingFang SC, PingFang SC; + } .amountMoney { display: flex; justify-content: space-between; - font-weight: 500; - font-size: 33rpx; - color: #0F1214; border-bottom: 2rpx solid #EDEDED; padding-bottom: 38rpx; } @@ -116,6 +111,17 @@ display: flex; justify-content: flex-end; margin: 30rpx 0; + font-family: DIN, DIN; + font-weight: 500; + font-size: 33rpx; + color: #0F1214; +} + +.amount text { + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 25rpx; + color: #949494 } @@ -140,12 +146,17 @@ .residue { color: #949494; + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 25rpx; + color: #949494; } .residueTextBox { font-weight: bold; font-size: 38rpx; color: #FF6C00; + font-family: DIN, DIN; } .buttonBox { @@ -202,8 +213,10 @@ font-size: 22rpx; color: #FFFFFF; font-family: PingFang SC, PingFang SC; +} - +.labelBox text { + color: #000; } .boosName { @@ -213,4 +226,18 @@ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; +} + +.commodityBox { + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 27rpx; + color: #0F1214; +} + +.payPriceBox { + font-family: DIN, DIN; + font-weight: 500; + font-size: 33rpx; + color: #0F1214; } \ No newline at end of file -- Gitblit v1.9.1