From afdda50cc54231b4fa788041adadb49cc239da23 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期二, 31 十二月 2024 16:11:41 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

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

diff --git a/packageCourse/pages/course/detail/index.wxss b/packageCourse/pages/course/detail/index.wxss
index ea0891d..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;
 }
 
@@ -120,6 +120,27 @@
 
 .ID {
   font-weight: 700;
+}
+
+.replay {
+  margin-left: 20rpx;
+  background-color: red !important;
+  border: 0 !important;
+}
+
+.reason {
+  margin-bottom: 10rpx;
+}
+
+.reasonContent {
+  color: #666;
+  font-size: 26rpx;
+  line-height: 44rpx;
+  max-height: 300rpx;
+}
+
+.external-class {
+  border-radius: 0 !important;
 }
 
 .statics {
@@ -207,10 +228,6 @@
   color: #ff6d00;
 }
 
-.contentList {
-  width: 100%;
-  height: calc(100% - 55px);
-}
 
 .header {
   width: 100%;
@@ -274,6 +291,10 @@
   top: 55px !important
 }
 
+.classBox .t-dialog {
+  border: 1rpx solid #eee;
+}
+
 .block-title {
   padding: 30rpx 20rpx;
   font-size: 30rpx;

--
Gitblit v1.9.1