From 8f04caa264fed66d98ca2271bc0d70b465cea979 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 10 七月 2024 14:56:50 +0800
Subject: [PATCH] video

---
 packageDomain/pages/resourceDetails/myVideo/index.wxss |   26 ++++++++++++++++++++------
 1 files changed, 20 insertions(+), 6 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss
index 15a3407..4f33124 100644
--- a/packageDomain/pages/resourceDetails/myVideo/index.wxss
+++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -21,6 +21,14 @@
 
 .videoBox {
   width: 100%;
+  position: relative;
+}
+
+.video-loading {
+  position: absolute;
+  top: 42%;
+  left: 50%;
+  z-index: 9999999999;
 }
 
 .videoBox video {
@@ -84,14 +92,16 @@
 .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 {
@@ -307,7 +317,7 @@
 }
 
 .t-tabs__item--active {
-  color: #FF6C00 !important;
+  color: #333 !important;
 
 }
 
@@ -323,6 +333,10 @@
   height: 0px !important;
 }
 
+.t-tabs__scroll::after {
+  height: 0rpx !important;
+}
+
 .buttonBox {
   position: absolute;
   top: 95rpx;
@@ -333,11 +347,11 @@
 }
 
 .outsideDetailsName {
-  overflow-y: scroll;
-  height: 35vh;
+  overflow-x: hidden;
 }
 
 .wrapper {
   overflow-y: scroll;
-  height: 45vh;
+  overflow-x: hidden;
+  height: 50vh;
 }
\ No newline at end of file

--
Gitblit v1.9.1