From 812b4f1e667d0642180e682cb0f7f1e8f2c41c2a Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 18 三月 2024 14:44:02 +0800 Subject: [PATCH] 视频播放器修改1 --- pages/cart/index.wxss | 19 +++++++++++++++++-- 1 files changed, 17 insertions(+), 2 deletions(-) diff --git a/pages/cart/index.wxss b/pages/cart/index.wxss index cfe290d..d83487e 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 { @@ -227,6 +228,7 @@ background: #5F92FD; text-align: center; line-height: 38rpx; + border-radius: 9rpx; } .boosName { @@ -236,4 +238,17 @@ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; + font-family: PingFang SC, PingFang SC; + font-weight: bold; + font-size: 29rpx; + color: #333333; +} + +.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