From e2b9cf5cb19ba0ae4bffd787d96f0d0cb8fb63bf Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 09 七月 2024 15:52:58 +0800 Subject: [PATCH] css --- pages/cart/paymentPage/index.wxss | 33 +++++++++++++++++++++------------ 1 files changed, 21 insertions(+), 12 deletions(-) diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss index 0abb8cc..10b5428 100644 --- a/pages/cart/paymentPage/index.wxss +++ b/pages/cart/paymentPage/index.wxss @@ -5,7 +5,7 @@ background-color: #fff; display: flex; align-items: center; - + padding-left: 10rpx; } .navbar-title { @@ -20,12 +20,10 @@ .content { width: 100%; - background-color: #F2F3F8; padding: 40rpx 0; - padding-top: 1rpx; - margin-top: 110rpx; - + /* padding-top: 1rpx; */ + /* margin-top: 110rpx; */ } .shoppingCartList { @@ -47,12 +45,11 @@ height: 210rpx; } -.cartListContent { - /* margin: 0 auto; */ -} + .cartList { display: flex; + width: 750rpx; } .cartListContent { @@ -60,6 +57,15 @@ } .cartListDetails { + /* margin-bottom: 50rpx; + font-family: PingFang SC, PingFang SC; + font-weight: bold; + font-size: 29rpx; + color: #333333; + display: flex; + flex-direction: row; + padding: 0 10rpx; */ + /* margin-right: 500rpx; */ margin-bottom: 50rpx; font-family: PingFang SC, PingFang SC; font-weight: bold; @@ -67,8 +73,6 @@ color: #333333; display: flex; flex-direction: row; - padding: 0 10rpx; - } .textBox { @@ -179,7 +183,11 @@ } .paymentPageBox { - margin-top: 165rpx; + /* margin-top: 165rpx; */ + /* position: absolute; + top: 150rpx; */ + + } page { @@ -194,6 +202,7 @@ width: 100%; } + .eBook { width: 85rpx; @@ -237,7 +246,7 @@ font-family: PingFang SC, PingFang SC; font-weight: bold; font-size: 29rpx; - margin: 0 10rpx; + /* margin: 0 10rpx; */ display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; -- Gitblit v1.9.1