From 3d73fb33c46aada16a6060adcd4ea14bb33b6b2a Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 09 四月 2024 10:39:11 +0800 Subject: [PATCH] 详情页tabs样式优化,答题添加页面退出拦截,合并代码 --- packageDomain/pages/resourceDetails/myAudio/index.wxss | 48 +++++++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 45 insertions(+), 3 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myAudio/index.wxss b/packageDomain/pages/resourceDetails/myAudio/index.wxss index 4d891e6..965bb4b 100644 --- a/packageDomain/pages/resourceDetails/myAudio/index.wxss +++ b/packageDomain/pages/resourceDetails/myAudio/index.wxss @@ -269,7 +269,10 @@ .audioBackground { flex: 1; - background-size: 100% 110%; + background-image: url('http://182.92.203.7:3007/jsek/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 +288,7 @@ height: 96rpx; display: flex; align-items: center; + width: 100%; } .functionBox .color { @@ -306,14 +310,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 { + width: 50rpx; +} + +.pauseCircleBox { + width: 45rpx; + height: 45rpx; +} + +.pauseCircleBox image { + width: 100%; + height: 100%; } \ No newline at end of file -- Gitblit v1.9.1