From c99f9976a5ef9d8974105feb8fc0580a10adf98c Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期一, 23 十二月 2024 14:58:49 +0800 Subject: [PATCH] 111 --- packageCourse/pages/course/detail/index.wxss | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/packageCourse/pages/course/detail/index.wxss b/packageCourse/pages/course/detail/index.wxss index ea0891d..46ba28e 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,14 @@ top: 55px !important } +.classBox .t-popup__content { + z-index: 999 !important; +} + +.classBox .t-dialog { + border: 1rpx solid #eee; +} + .block-title { padding: 30rpx 20rpx; font-size: 30rpx; -- Gitblit v1.9.1