From aff8d054df4a638f399dc8f15d98c19b9c9aa785 Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期二, 29 四月 2025 10:11:25 +0800 Subject: [PATCH] 扫码视频播放 --- packageCourse/pages/course/index.wxss | 36 +++++++++++++++++++++++++++++------- 1 files changed, 29 insertions(+), 7 deletions(-) diff --git a/packageCourse/pages/course/index.wxss b/packageCourse/pages/course/index.wxss index 55ae997..97b3b35 100644 --- a/packageCourse/pages/course/index.wxss +++ b/packageCourse/pages/course/index.wxss @@ -71,8 +71,25 @@ justify-content: space-between; align-items: center; box-sizing: border-box; - height: 300rpx; + min-height: 300rpx; border-bottom: 1rpx solid #eee; +} + +.replay { + margin-left: 20rpx; + background-color: red !important; + border: 0 !important; +} + +.reasonContent { + color: #666; + font-size: 26rpx; + line-height: 44rpx; + max-height: 300rpx; +} + +.external-class { + border-radius: 0 !important; } .courseIcon { @@ -108,6 +125,9 @@ .courseInfo .reason { font-size: 24rpx; color: red; + display: flex; + justify-content: flex-start; + align-items: center; } .courseInfo .desc { @@ -225,13 +245,15 @@ .wall { width: 85vw; - height: 100vh; + height: calc(100vh - env(safe-area-inset-bottom)); + display: flex; + flex-direction: column; + justify-content: space-between; } .cartBox { width: 100%; - height: calc(100% - env(safe-area-inset-bottom) - 80px); - border: 1px solid #f8f8f8; + height: calc(100% - 90px); padding: 0 20rpx; box-sizing: border-box; } @@ -258,11 +280,11 @@ } .radioSubmit { - height: 40px; - border-bottom: 1rpx solid #f8f8f8; + height: 50px; display: flex; justify-content: flex-end; align-items: center; + border: 1px solid #f8f8f8; } .cartTilte { @@ -270,7 +292,6 @@ justify-content: space-between; align-items: center; border: 1px solid #f8f8f8; - border-bottom: 0; height: 40px; padding: 20rpx; box-sizing: border-box; @@ -279,6 +300,7 @@ .cartText { margin-right: 20px; + font-size: 28rpx; } .cartTilte .t-search__input-box { -- Gitblit v1.9.1