From ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期三, 26 六月 2024 15:02:28 +0800 Subject: [PATCH] 小程序,教材,课程 --- packageDomain/pages/resourceDetails/myAudio/index.wxss | 55 +++++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 47 insertions(+), 8 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myAudio/index.wxss b/packageDomain/pages/resourceDetails/myAudio/index.wxss index 9b401a3..0629cd2 100644 --- a/packageDomain/pages/resourceDetails/myAudio/index.wxss +++ b/packageDomain/pages/resourceDetails/myAudio/index.wxss @@ -8,12 +8,13 @@ } .navbar-title { - white-space: nowrap; + /* white-space: nowrap; text-overflow: ellipsis; color: #0F1214; font-size: 40rpx; font-weight: bold; - margin-bottom: 5rpx; + margin-bottom: 5rpx; */ + margin: 0 auto; } @@ -118,20 +119,33 @@ justify-content: center; } +.outsideDetailsName { + /* overflow-y: scroll; + + height: 100vh; */ + overflow-x: hidden; + padding-right: 30rpx; +} + + + .detailsName { margin: 30rpx; width: 90%; min-height: 60rpx; display: flex; align-items: center; - padding-left: 20rpx; - background-color: #FFF6F0 + padding: 20rpx; + background-color: #FFF6F0; + line-height: 50rpx; + + } .detailsName:hover { background-color: #fff0e6; width: 90%; - height: 60rpx; + min-height: 60rpx; color: #ff6c00; } @@ -304,6 +318,7 @@ .bigFunctionBox { background: #000000; opacity: 0.6; + width: 100%; } .mp-slider-bar { @@ -358,9 +373,13 @@ height: 100%; } -/* .tabs--t-tabs__scroll--split::after { - height: 0px !important; -} */ +.tabs--t-tabs__scroll--split::after { + height: 0rpx !important; +} + +.t-tabs__scroll::after { + height: 0rpx !important; +} .buttonBox { position: absolute; @@ -369,4 +388,24 @@ background-color: #e7e7e7; height: 1px; z-index: 999; +} + +.current-time { + width: 82rpx; +} + +.duration-time { + width: 82rpx; +} + +.timeBox { + width: 210rpx; + display: flex; + flex-direction: row; +} + +.wrapper { + overflow-y: scroll; + overflow-x: hidden; + height: 50vh; } \ No newline at end of file -- Gitblit v1.9.1