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/index.wxss | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/pages/cart/index.wxss b/pages/cart/index.wxss index cfe290d..6323f54 100644 --- a/pages/cart/index.wxss +++ b/pages/cart/index.wxss @@ -209,16 +209,17 @@ font-size: 22rpx; color: #FFFFFF; font-family: PingFang SC, PingFang SC; - margin-right: 30rpx; + /* margin-right: 30rpx; */ border-radius: 0px 0px 0px 5px; } .eBook { - width: 100%; + width: 90%; height: 100%; background: #FF6C00; text-align: center; line-height: 38rpx; + border-radius: 9rpx; } .cloudLearning { @@ -236,4 +237,13 @@ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; +} + +.textBox { + font-family: PingFang SC, PingFang SC; + font-weight: 400; + font-size: 25rpx; + color: #333333; + /* margin: 10rpx 0; */ + margin-bottom: 20rpx; } \ No newline at end of file -- Gitblit v1.9.1