From 057199d5c5284a71e5d04e091492873ced412fa5 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期四, 21 三月 2024 09:28:54 +0800 Subject: [PATCH] 代码合并 --- packageDomain/pages/resourceDetails/myAudio/index.wxss | 33 +++++++++++++++++++++++++++++++-- 1 files changed, 31 insertions(+), 2 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myAudio/index.wxss b/packageDomain/pages/resourceDetails/myAudio/index.wxss index 888d2cf..1e73f88 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: no-repeat; */ + background-repeat: no-repeat; + background-position: center center; + background-size: 100% 100%; background-color: #f9f9f9; display: flex; justify-content: center; @@ -311,7 +314,6 @@ .t-tabs__item--active { color: #FF6C00 !important; - } .t-tabs__track { @@ -320,4 +322,31 @@ .audioIconBox { /* margin-top: 10rpx; */ +} + +.publicBtn { + margin-right: 10rpx; + /* margin-left: 40rpx; */ + margin-left: 20rpx; + width: 120rpx; + position: relative; +} + +.multipleBox { + position: absolute; + /* top: 0; */ + bottom: 60rpx; + right: 10rpx; + background-color: #000; + padding: 15rpx; + font-size: 25rpx; + /* padding-bottom: 100rpx; */ + +} + + + +.publicText { + display: flex; + } \ No newline at end of file -- Gitblit v1.9.1