From 7231b5929a66bb1ec3b832be85f5e3f6ce40ad9f Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 15 三月 2024 16:01:52 +0800 Subject: [PATCH] feat: 十大 --- pages/cart/paymentPage/index.wxss | 37 ++++++++++++++++++++++++++++++++----- 1 files changed, 32 insertions(+), 5 deletions(-) diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss index 9159e8f..695fc63 100644 --- a/pages/cart/paymentPage/index.wxss +++ b/pages/cart/paymentPage/index.wxss @@ -18,23 +18,30 @@ .content { width: 100%; - height: 1250rpx; + background-color: #F2F3F8; padding: 40rpx 0; padding-top: 1rpx; + margin-top: 110rpx; + } .shoppingCartList { - height: 1000rpx; + min-height: 150rpx; background: #FFFFFF; border-radius: 20px; margin: 30rpx 0; } -image { +.imageBox { width: 150rpx; height: 210rpx; margin: 30rpx; +} + +image { + width: 100%; + height: 100%; } .cartListContent { @@ -74,10 +81,10 @@ } .priceBreakdown { - height: 280rpx; + height: 250rpx; background: #fff; padding: 30rpx; - + margin-bottom: 120rpx; } .priceBreakdownContent { @@ -117,6 +124,10 @@ justify-content: space-between; padding: 30rpx; align-items: center; + background-color: #fff; + width: 100%; + position: fixed; + bottom: 0; } .residue { @@ -132,6 +143,7 @@ .buttonBox { background-color: #FF6C00; border: #fff; + margin-right: 80rpx; } .myQrcodeBox { @@ -141,4 +153,19 @@ .myQrcodeTextBox { text-align: center; margin: 30rpx 0; +} + +.paymentPageBox {} + +page { + background-color: #F2F3F8; + position: relative; +} + +.titleBox { + background-color: #fff; + position: fixed; + top: 0; + width: 100%; + } \ No newline at end of file -- Gitblit v1.9.1