From c3d81e837e6350b431583c5cdcc1e0e09b4376c0 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期三, 18 十二月 2024 16:45:47 +0800 Subject: [PATCH] 111 --- packageCourse/pages/course/index.wxss | 22 ++++++++++++++++------ 1 files changed, 16 insertions(+), 6 deletions(-) diff --git a/packageCourse/pages/course/index.wxss b/packageCourse/pages/course/index.wxss index 55ae997..b4c7659 100644 --- a/packageCourse/pages/course/index.wxss +++ b/packageCourse/pages/course/index.wxss @@ -75,6 +75,14 @@ border-bottom: 1rpx solid #eee; } +.replay { + margin-left: 20rpx; + background-color: red !important; + border: 0 !important; + position: relative; + z-index: 999999; +} + .courseIcon { width: 200rpx; height: 280rpx; @@ -225,13 +233,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 +268,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 +280,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 +288,7 @@ .cartText { margin-right: 20px; + font-size: 28rpx; } .cartTilte .t-search__input-box { -- Gitblit v1.9.1