From c03853bf7e9594bcbef3cfe087b313d18aacb4bb Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期四, 27 三月 2025 15:24:36 +0800 Subject: [PATCH] tiku --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 42 +++++++++++++++++++++++++++++++++--------- 1 files changed, 33 insertions(+), 9 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index 15a3407..3e52b3e 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -1,6 +1,4 @@ /* pages/resourceDetails/index.wxss */ -@import "./index.skeleton.wxss"; - .nacigationBar { background-color: #fff; display: flex; @@ -21,6 +19,21 @@ .videoBox { width: 100%; + height: 458rpx; + position: relative; +} + +.video-loading { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + z-index: 999; + background-color: #fff; } .videoBox video { @@ -84,14 +97,16 @@ .takeNotes image { width: 30rpx; height: 30rpx; - margin-top: 10rpx; margin-right: 10rpx; } .takeNotesLining { - margin: 25rpx; + margin: 30rpx 25rpx; display: flex; justify-content: flex-end; + align-items: center; + font-size: 26rpx; + color: #ff6c00; } .operateBox { @@ -307,7 +322,7 @@ } .t-tabs__item--active { - color: #FF6C00 !important; + color: #333 !important; } @@ -323,6 +338,10 @@ height: 0px !important; } +.t-tabs__scroll::after { + height: 0rpx !important; +} + .buttonBox { position: absolute; top: 95rpx; @@ -333,11 +352,16 @@ } .outsideDetailsName { - overflow-y: scroll; - height: 35vh; + overflow-x: hidden; } + .wrapper { - overflow-y: scroll; - height: 45vh; + /* overflow-y: scroll; + overflow-x: hidden; */ + /* height: 50vh; */ +} + +.demo-section__content { + margin: 40rpx; } \ No newline at end of file -- Gitblit v1.9.1