From 5f74b1e6208cc433636498b8d51dbe24bb49a312 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期四, 06 六月 2024 19:09:08 +0800 Subject: [PATCH] 领取刷新 --- pages/cart/paymentPage/index.wxss | 34 ++++++++++++++++++++++------------ 1 files changed, 22 insertions(+), 12 deletions(-) diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss index dd545e1..460a33a 100644 --- a/pages/cart/paymentPage/index.wxss +++ b/pages/cart/paymentPage/index.wxss @@ -1,9 +1,10 @@ /* pages/cart/paymentPage/index.wxss */ +@import "./index.skeleton.wxss"; + .nacigationBar { background-color: #fff; display: flex; align-items: center; - } .navbar-title { @@ -18,12 +19,10 @@ .content { width: 100%; - background-color: #F2F3F8; padding: 40rpx 0; - padding-top: 1rpx; - margin-top: 110rpx; - + /* padding-top: 1rpx; */ + /* margin-top: 110rpx; */ } .shoppingCartList { @@ -45,12 +44,11 @@ height: 210rpx; } -.cartListContent { - /* margin: 0 auto; */ -} + .cartList { display: flex; + width: 750rpx; } .cartListContent { @@ -58,6 +56,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; @@ -65,8 +72,6 @@ color: #333333; display: flex; flex-direction: row; - padding: 0 10rpx; - } .textBox { @@ -177,7 +182,11 @@ } .paymentPageBox { - margin-top: 165rpx; + /* margin-top: 165rpx; */ + /* position: absolute; + top: 150rpx; */ + + } page { @@ -192,6 +201,7 @@ width: 100%; } + .eBook { width: 85rpx; @@ -235,7 +245,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