From 96b0b8bb1597d825004f5a8da0728c48b6ce7dba Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 27 三月 2025 15:22:22 +0800 Subject: [PATCH] 首页登录去除侧式 --- 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