From f5e5024b4683f6e5da288b9dc16545c6fc1b274b Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 28 三月 2024 11:50:41 +0800
Subject: [PATCH] 图书分类bug

---
 packageDomain/pages/resourceDetails/myAudio/index.wxss |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myAudio/index.wxss b/packageDomain/pages/resourceDetails/myAudio/index.wxss
index c8fe5d3..c42317f 100644
--- a/packageDomain/pages/resourceDetails/myAudio/index.wxss
+++ b/packageDomain/pages/resourceDetails/myAudio/index.wxss
@@ -269,7 +269,7 @@
 
 .audioBackground {
   flex: 1;
-  /* background-image: no-repeat; */
+  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%;
@@ -310,7 +310,6 @@
 
 .mp-slider-bar {
   margin: 0 18rpx;
-  /* margin-top: 10rpx; */
 }
 
 .t-tabs__item--active {
@@ -341,5 +340,12 @@
 
 .publicText {
   display: flex;
+}
 
+.noData {
+  margin-top: 150rpx;
+}
+
+.audioIconBox {
+  width: 50rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1