From 8ff9b0d45ac250607afa258cf095c9ac7624f96b Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期一, 09 九月 2024 20:14:59 +0800 Subject: [PATCH] bg --- pages/cart/paymentPage/index.wxss | 40 +++++++++++++++++++++++++++++++++++----- 1 files changed, 35 insertions(+), 5 deletions(-) diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss index 10b5428..02da90f 100644 --- a/pages/cart/paymentPage/index.wxss +++ b/pages/cart/paymentPage/index.wxss @@ -92,11 +92,18 @@ margin-bottom: 20rpx; } -.priceBreakdown { - height: 250rpx; +.integralBreakdown { + height: 160rpx; background: #fff; padding: 30rpx; - margin-bottom: 120rpx; + margin-bottom: 20rpx; +} + +.priceBreakdown { + height: 300rpx; + background: #fff; + padding: 30rpx; + margin-bottom: 20rpx; } .priceBreakdownContent { @@ -108,11 +115,21 @@ } +.integral { + display: flex; + justify-content: space-between; + align-items: center; +} + +.t-switch__body--checked { + background-color: #FF6C00 !important; +} + .amountMoney { display: flex; justify-content: space-between; - border-bottom: 2rpx solid #EDEDED; - padding-bottom: 38rpx; + /* border-bottom: 2rpx solid #EDEDED; */ + padding-bottom: 20rpx; } .amount { @@ -190,6 +207,19 @@ } +.label { + font-size: 28rpx; + color: #FF6C00; + margin-bottom: 10rpx; +} + +.payBox { + display: flex; + justify-content: space-between; + align-items: center; + color: #FF6C00; +} + page { background-color: #F2F3F8; position: relative; -- Gitblit v1.9.1