From 32986b54a0e2661f7ad6ed79f3ef12c4289eace9 Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 20 十二月 2024 17:52:52 +0800
Subject: [PATCH] Merge refs/remotes/origin/master into refs/heads/master

---
 packageCourse/pages/course/detail/index.wxss |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/packageCourse/pages/course/detail/index.wxss b/packageCourse/pages/course/detail/index.wxss
index ea0891d..1c6380a 100644
--- a/packageCourse/pages/course/detail/index.wxss
+++ b/packageCourse/pages/course/detail/index.wxss
@@ -122,6 +122,26 @@
   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;
+}
+
+.external-class {
+  border-radius: 0 !important;
+}
+
 .statics {
   width: 100%;
   margin-bottom: 40rpx;
@@ -274,6 +294,10 @@
   top: 55px !important
 }
 
+.classBox .t-dialog {
+  border: 1rpx solid #eee;
+}
+
 .block-title {
   padding: 30rpx 20rpx;
   font-size: 30rpx;

--
Gitblit v1.9.1