From 097cdcd70b1d95f5fc581ea2bedc4faeba8259f2 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 15 三月 2024 18:36:24 +0800 Subject: [PATCH] fix: 购物车的样式 --- pages/cart/paymentPage/index.wxss | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 47 insertions(+), 2 deletions(-) diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss index 695fc63..14285dc 100644 --- a/pages/cart/paymentPage/index.wxss +++ b/pages/cart/paymentPage/index.wxss @@ -40,8 +40,8 @@ } image { - width: 100%; - height: 100%; + width: 150rpx; + height: 210rpx; } .cartListContent { @@ -62,6 +62,10 @@ font-weight: bold; font-size: 29rpx; color: #333333; + display: flex; + flex-direction: row; + padding: 0 10rpx; + } .textBox { @@ -77,6 +81,10 @@ font-weight: 500; font-size: 31rpx; color: #0F1214; + font-family: DIN, DIN; + + + } @@ -168,4 +176,41 @@ 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