From c96612e8a63ecef9590be0f8b5199277ec94e5b9 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 18 九月 2024 18:43:12 +0800
Subject: [PATCH] 云学习购买目录,修改bug

---
 packageDomain/pages/resourceDetails/myAudio/index.wxss |   64 ++++++++++++++++++++++++++-----
 1 files changed, 53 insertions(+), 11 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myAudio/index.wxss b/packageDomain/pages/resourceDetails/myAudio/index.wxss
index 0088f1e..19994ac 100644
--- a/packageDomain/pages/resourceDetails/myAudio/index.wxss
+++ b/packageDomain/pages/resourceDetails/myAudio/index.wxss
@@ -8,12 +8,13 @@
 }
 
 .navbar-title {
-  white-space: nowrap;
+  /* white-space: nowrap;
   text-overflow: ellipsis;
   color: #0F1214;
   font-size: 40rpx;
   font-weight: bold;
-  margin-bottom: 5rpx;
+  margin-bottom: 5rpx; */
+  margin: 0 auto;
 }
 
 
@@ -55,14 +56,17 @@
 .takeNotes image {
   width: 30rpx;
   height: 30rpx;
-  margin-top: 10rpx;
   margin-right: 10rpx;
 }
 
 .takeNotesLining {
-  margin: 25rpx;
+  margin: 30rpx 25rpx;
   display: flex;
   justify-content: flex-end;
+  align-items: center;
+  font-size: 26rpx;
+  color: #ff6c00;
+
 }
 
 .operateBox {
@@ -118,20 +122,33 @@
   justify-content: center;
 }
 
+.outsideDetailsName {
+  /* overflow-y: scroll;
+
+  height: 100vh; */
+  overflow-x: hidden;
+  padding-right: 30rpx;
+}
+
+
+
 .detailsName {
   margin: 30rpx;
   width: 90%;
-  height: 60rpx;
+  min-height: 60rpx;
   display: flex;
   align-items: center;
-  padding-left: 20rpx;
-  background-color: #FFF6F0
+  padding: 20rpx;
+  background-color: #FFF6F0;
+  line-height: 50rpx;
+
+
 }
 
 .detailsName:hover {
   background-color: #fff0e6;
   width: 90%;
-  height: 60rpx;
+  min-height: 60rpx;
   color: #ff6c00;
 }
 
@@ -267,7 +284,7 @@
 
 .audioBackground {
   flex: 1;
-  background-image: url('https://jsek.bnuic.com/website/image/video-bg.png');
+  background-image: url('https://jsek.bnuic.com/home/image/video-bg.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% 100%;
@@ -304,6 +321,7 @@
 .bigFunctionBox {
   background: #000000;
   opacity: 0.6;
+  width: 100%;
 }
 
 .mp-slider-bar {
@@ -311,7 +329,7 @@
 }
 
 .t-tabs__item--active {
-  color: #FF6C00 !important;
+  color: #333 !important;
 }
 
 .t-tabs__track {
@@ -359,7 +377,11 @@
 }
 
 .tabs--t-tabs__scroll--split::after {
-  height: 0px !important;
+  height: 0rpx !important;
+}
+
+.t-tabs__scroll::after {
+  height: 0rpx !important;
 }
 
 .buttonBox {
@@ -369,4 +391,24 @@
   background-color: #e7e7e7;
   height: 1px;
   z-index: 999;
+}
+
+.current-time {
+  width: 82rpx;
+}
+
+.duration-time {
+  width: 82rpx;
+}
+
+.timeBox {
+  width: 210rpx;
+  display: flex;
+  flex-direction: row;
+}
+
+.wrapper {
+  overflow-y: scroll;
+  overflow-x: hidden;
+  height: 50vh;
 }
\ No newline at end of file

--
Gitblit v1.9.1