From 73a96931c99e2f849c8856dc8e78d3d25adaa654 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期五, 20 十二月 2024 16:44:06 +0800 Subject: [PATCH] 1111 --- 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