From 7231b5929a66bb1ec3b832be85f5e3f6ce40ad9f Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 15 三月 2024 16:01:52 +0800
Subject: [PATCH] feat: 十大

---
 pages/resourceDetails/myAudio/index.wxss |   51 +++++++++++++++++++--------------------------------
 1 files changed, 19 insertions(+), 32 deletions(-)

diff --git a/pages/resourceDetails/myAudio/index.wxss b/pages/resourceDetails/myAudio/index.wxss
index e7ae00d..4d891e6 100644
--- a/pages/resourceDetails/myAudio/index.wxss
+++ b/pages/resourceDetails/myAudio/index.wxss
@@ -3,12 +3,10 @@
   background-color: #fff;
   display: flex;
   align-items: center;
-
 }
 
 .navbar-title {
   white-space: nowrap;
-  /* overflow: hidden; */
   text-overflow: ellipsis;
   color: #0F1214;
   font-size: 40rpx;
@@ -31,7 +29,6 @@
 }
 
 .contentBox .custom-tabs {
-  /* margin-bottom: 32rpx; */
   width: 400rpx;
 }
 
@@ -43,9 +40,7 @@
 
 
 .custom-panel {
-  /* height: 120px; */
   width: 750rpx;
-  /* height: 200rpx; */
 
 }
 
@@ -56,7 +51,6 @@
   right: 0;
   width: 350rpx;
   border-bottom: 1px solid #f4f4f4;
-
 }
 
 .takeNotes image {
@@ -76,7 +70,6 @@
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
-
 }
 
 .iconBox {
@@ -110,7 +103,6 @@
 
 .input-example {
   --td-input-vertical-padding: 24rpx;
-
   background-color: #fff;
   padding: 32rpx 32rpx 16rpx;
 }
@@ -124,15 +116,9 @@
 
 .buttonBox {
   display: flex;
-  /* justify-content: flex-end; */
   justify-content: center;
 
 }
-
-/* .inputBox {
-  height: 500rpx;
-} */
-
 
 .detailsName {
   margin: 30rpx;
@@ -140,7 +126,6 @@
   height: 60rpx;
   display: flex;
   align-items: center;
-
   padding-left: 20rpx;
   background-color: #FFF6F0
 }
@@ -212,13 +197,6 @@
   padding-bottom: 16rpx;
 }
 
-.dialogIconBox {
-  /* width: 500rpx;
-  height: 300rpx;
-  color: #000;
-  background-color: ccc; */
-}
-
 .popup {
   padding: 40rpx;
   width: 600rpx;
@@ -257,7 +235,6 @@
   margin-bottom: 20rpx;
   max-height: 600rpx;
   text-align: justify;
-  /* padding-bottom: 200rpx; */
 }
 
 .note-bottom {
@@ -293,9 +270,6 @@
 .audioBackground {
   flex: 1;
   background-size: 100% 110%;
-
-  /* background-repeat: no-repeat;
-  background-position: center center; */
   background-color: #f9f9f9;
   display: flex;
   justify-content: center;
@@ -305,22 +279,16 @@
 .audioBackground image {
   width: 270rpx;
   height: 280rpx;
-
 }
 
 .functionBox {
   height: 96rpx;
-  background: #000000;
-  opacity: 0.6;
   display: flex;
   align-items: center;
 }
 
-.functionBox .audioIconBox {}
-
 .functionBox .color {
   color: #fff;
-
 }
 
 .rightSwitchBox {
@@ -329,4 +297,23 @@
 
 .leftSwitchBox {
   margin: 0 30rpx;
+}
+
+.bigFunctionBox {
+  background: #000000;
+  opacity: 0.6;
+}
+
+.mp-slider-bar {
+  margin: 0 18rpx;
+  margin-top: 10rpx;
+}
+
+.t-tabs__item--active {
+  color: #FF6C00 !important;
+
+}
+
+.t-tabs__track {
+  background-color: #FF6C00 !important;
 }
\ No newline at end of file

--
Gitblit v1.9.1