From 6df96b3e7a7da1985ee875e84711e9f15c5fbff0 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期二, 24 十二月 2024 18:25:02 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 pages/digitalCourses/index.wxss |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/pages/digitalCourses/index.wxss b/pages/digitalCourses/index.wxss
index 884363b..0eaba8a 100644
--- a/pages/digitalCourses/index.wxss
+++ b/pages/digitalCourses/index.wxss
@@ -1,6 +1,10 @@
 /* pages/digitalCourses/index.wxss */
 @import "./index.skeleton.wxss";
 
+page {
+  background-color: #f7f7f7;
+}
+
 image {
   width: 100%;
   height: 100%;
@@ -48,6 +52,10 @@
   box-shadow: -2px 2px 7px -4px rgba(0, 0, 0, 0.1);
 }
 
+.dropdown .t-radio__title {
+  font-size: 28rpx;
+}
+
 .t-dropdown-menu__item--active,
 .t-radio__icon--checked,
 .t-checkbox__icon--checked {
@@ -76,7 +84,7 @@
   background-position: 100% 100%; */
   background-image: url(https://jsek.bnuic.com/home/image/click-icon.png);
   background-position: 90% center;
-  background-size: 25% 50%;
+  background-size: 35%;
   /* 灏嗚儗鏅浘鐗囦綅缃缃负闈犲彸 */
 }
 
@@ -159,6 +167,13 @@
   color: #333333;
 }
 
+.courseLeader {
+  width: 65%;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
+
 .money {
   display: flex;
   flex-direction: row;
@@ -190,12 +205,16 @@
   color: #AEAFC0;
 }
 
+.content-loading {
+  margin-top: 100rpx;
+}
+
 .outsideContentBox {
   /* padding: 30rpx; */
   background: #F2F3F8;
   border-radius: 18rpx 18rpx 18rpx 18rpx;
   /* padding-bottom: 325rpx; */
-  height: calc(100vh - 450rpx);
+  height: calc(100vh - 410rpx);
 
   /* width: calc(100vw - 60rpx); */
 

--
Gitblit v1.9.1