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/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