From cb15c57d0ff984f5a100cf25d560fb0a69c00984 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期二, 16 四月 2024 18:21:05 +0800
Subject: [PATCH] 音频bug4

---
 pages/cart/paymentPage/index.wxss |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/pages/cart/paymentPage/index.wxss b/pages/cart/paymentPage/index.wxss
index a8b707a..0abb8cc 100644
--- a/pages/cart/paymentPage/index.wxss
+++ b/pages/cart/paymentPage/index.wxss
@@ -1,4 +1,6 @@
 /* pages/cart/paymentPage/index.wxss */
+@import "./index.skeleton.wxss";
+
 .nacigationBar {
   background-color: #fff;
   display: flex;
@@ -203,7 +205,7 @@
   color: #fff;
   padding: 5rpx;
   font-size: 22rpx;
-
+  font-weight: 400;
 }
 
 .cloudLearning {
@@ -216,6 +218,7 @@
   color: #fff;
   padding: 5rpx;
   font-size: 22rpx;
+  font-weight: 400;
 }
 
 .labelBox {
@@ -235,14 +238,10 @@
   font-weight: bold;
   font-size: 29rpx;
   margin: 0 10rpx;
-  /* 
-  overflow: hidden;
-  text-overflow: ellipsis;
   display: -webkit-box;
+  -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
-  -webkit-line-clamp: 2; */
-
-  /* display: inline; */
+  overflow: hidden;
 
 
 }

--
Gitblit v1.9.1