From 2aab00f91bd4cda4715f1a141f4d26a3667a91b6 Mon Sep 17 00:00:00 2001 From: yiming <m13691596795@163.com> Date: 星期五, 12 四月 2024 12:01:20 +0800 Subject: [PATCH] 视频详情bug --- packageDomain/pages/resourceDetails/myAudio/index.wxss | 58 +++++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 47 insertions(+), 11 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myAudio/index.wxss b/packageDomain/pages/resourceDetails/myAudio/index.wxss index 888d2cf..6fcff98 100644 --- a/packageDomain/pages/resourceDetails/myAudio/index.wxss +++ b/packageDomain/pages/resourceDetails/myAudio/index.wxss @@ -1,4 +1,6 @@ /* pages/resourceDetails/index.wxss */ +@import "./index.skeleton.wxss"; + .nacigationBar { background-color: #fff; display: flex; @@ -21,7 +23,6 @@ border-bottom: 1px #f4f4f4 solid; padding-bottom: 20rpx; font-weight: bold; - } .contentBox { @@ -41,16 +42,14 @@ .custom-panel { width: 750rpx; - } .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 { @@ -117,7 +116,6 @@ .buttonBox { display: flex; justify-content: center; - } .detailsName { @@ -269,7 +267,10 @@ .audioBackground { flex: 1; - background-size: 100% 110%; + background-image: url('https://jsek.bnuic.com/website/image/video-bg.png'); + background-repeat: no-repeat; + background-position: center center; + background-size: 100% 100%; background-color: #f9f9f9; display: flex; justify-content: center; @@ -285,6 +286,7 @@ height: 96rpx; display: flex; align-items: center; + width: 100%; } .functionBox .color { @@ -306,18 +308,52 @@ .mp-slider-bar { margin: 0 18rpx; - /* margin-top: 10rpx; */ } .t-tabs__item--active { color: #FF6C00 !important; - } .t-tabs__track { background-color: #FF6C00 !important; } +.publicBtn { + margin-right: 10rpx; + margin-left: 20rpx; + width: 120rpx; + position: relative; +} + +.multipleBox { + position: absolute; + bottom: 60rpx; + right: 10rpx; + background-color: #000; + padding: 15rpx; + font-size: 25rpx; +} + + + +.publicText { + display: flex; +} + +.noData { + margin-top: 150rpx; +} + .audioIconBox { - /* margin-top: 10rpx; */ + width: 50rpx; +} + +.pauseCircleBox { + width: 45rpx; + height: 45rpx; +} + +.pauseCircleBox image { + width: 100%; + height: 100%; } \ No newline at end of file -- Gitblit v1.9.1