From ecabd20b3dfbd956dad14ffb6ba3dc2efcfdd7c1 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期一, 25 三月 2024 16:23:32 +0800
Subject: [PATCH] 微信支付

---
 packageDomain/pages/resourceDetails/myAudio/index.wxss |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myAudio/index.wxss b/packageDomain/pages/resourceDetails/myAudio/index.wxss
index 888d2cf..c8fe5d3 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;
@@ -285,6 +288,7 @@
   height: 96rpx;
   display: flex;
   align-items: center;
+  width: 100%;
 }
 
 .functionBox .color {
@@ -311,13 +315,31 @@
 
 .t-tabs__item--active {
   color: #FF6C00 !important;
-
 }
 
 .t-tabs__track {
   background-color: #FF6C00 !important;
 }
 
-.audioIconBox {
-  /* margin-top: 10rpx; */
+.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;
+
 }
\ No newline at end of file

--
Gitblit v1.9.1