From 3f1ea0a8e4bb02bf7544df8660b15cfa69d6b84a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 15 三月 2024 18:54:04 +0800 Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master --- pages/cart/paymentPage/index.wxss | 82 ++++++++++++++++++++++++++++++++++++++-- 1 files changed, 77 insertions(+), 5 deletions(-) diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss index 9159e8f..14285dc 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: 150rpx; + height: 210rpx; } .cartListContent { @@ -55,6 +62,10 @@ font-weight: bold; font-size: 29rpx; color: #333333; + display: flex; + flex-direction: row; + padding: 0 10rpx; + } .textBox { @@ -70,14 +81,18 @@ font-weight: 500; font-size: 31rpx; color: #0F1214; + font-family: DIN, DIN; + + + } .priceBreakdown { - height: 280rpx; + height: 250rpx; background: #fff; padding: 30rpx; - + margin-bottom: 120rpx; } .priceBreakdownContent { @@ -117,6 +132,10 @@ justify-content: space-between; padding: 30rpx; align-items: center; + background-color: #fff; + width: 100%; + position: fixed; + bottom: 0; } .residue { @@ -132,6 +151,7 @@ .buttonBox { background-color: #FF6C00; border: #fff; + margin-right: 80rpx; } .myQrcodeBox { @@ -141,4 +161,56 @@ .myQrcodeTextBox { text-align: center; margin: 30rpx 0; +} + +.paymentPageBox {} + +page { + background-color: #F2F3F8; + position: relative; +} + +.titleBox { + background-color: #fff; + position: fixed; + top: 0; + width: 100%; + +} + +.eBook { + width: 90%; + height: 100%; + background: #FF6C00; + text-align: center; + line-height: 38rpx; + border-radius: 9rpx; +} + +.cloudLearning { + width: 100%; + height: 100%; + background: #5F92FD; + text-align: center; + line-height: 38rpx; + border-radius: 9rpx; +} + +.labelBox { + width: 105rpx; + height: 38rpx; + font-size: 22rpx; + color: #FFFFFF; + font-family: PingFang SC, PingFang SC; + + +} + +.boosName { + width: 300rpx; + overflow: hidden; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-box-orient: vertical; + -webkit-line-clamp: 2; } \ No newline at end of file -- Gitblit v1.9.1