From 5b19b0e39a91e566a835460bf1213e7b3a0582b9 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期一, 17 三月 2025 14:27:14 +0800
Subject: [PATCH] 图

---
 packageCourse/pages/course/detail/index.wxss |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/packageCourse/pages/course/detail/index.wxss b/packageCourse/pages/course/detail/index.wxss
index 1c6380a..684e83f 100644
--- a/packageCourse/pages/course/detail/index.wxss
+++ b/packageCourse/pages/course/detail/index.wxss
@@ -57,7 +57,7 @@
 .contentList {
   width: 100%;
   height: calc(100% - 55px);
-  padding: 5px 20rpx;
+  padding: 5px 10rpx;
   box-sizing: border-box;
 }
 
@@ -136,6 +136,7 @@
   color: #666;
   font-size: 26rpx;
   line-height: 44rpx;
+  max-height: 300rpx;
 }
 
 .external-class {
@@ -227,10 +228,6 @@
   color: #ff6d00;
 }
 
-.contentList {
-  width: 100%;
-  height: calc(100% - 55px);
-}
 
 .header {
   width: 100%;

--
Gitblit v1.9.1