From f86bd75868eb9b0e81d5cb43d6e76c08a0da3083 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期一, 15 四月 2024 16:55:49 +0800 Subject: [PATCH] 音频bug3 --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 40 ++++++++++++++++++++++++++++++++++------ 1 files changed, 34 insertions(+), 6 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index 7316760..84f2340 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -1,4 +1,6 @@ /* pages/resourceDetails/index.wxss */ +@import "./index.skeleton.wxss"; + .nacigationBar { background-color: #fff; display: flex; @@ -22,6 +24,21 @@ .videoBox video { width: 100vw; +} + +.videoSubsidiaryBox { + width: 750rpx; + height: 450rpx; + background-color: #000; + /* 1.6 1 */ + +} + +.videoNoData { + color: #fff; + display: flex; + justify-content: center; + padding-top: 220rpx; } .titleBox { @@ -56,13 +73,11 @@ } .contentBox .takeNotes { - position: absolute; - top: 5rpx; + top: 0rpx; right: 0; - width: 350rpx; - border-bottom: 1px solid #f4f4f4; - + width: 353rpx; + /* border-bottom: 1rpx solid #e7e7e7; */ } .takeNotes image { @@ -143,7 +158,7 @@ .detailsName { margin: 30rpx; width: 90%; - height: 60rpx; + min-height: 60rpx; display: flex; align-items: center; @@ -300,4 +315,17 @@ .noData { margin-top: 120rpx; +} + +/* .tabs--t-tabs__scroll--split::after { + height: 0px !important; +} */ + +.buttonBox { + position: absolute; + top: 95rpx; + width: 100%; + background-color: #e7e7e7; + height: 1px; + z-index: 999; } \ No newline at end of file -- Gitblit v1.9.1