From eeaef4fa1a06616e41ae8013c95e99bb3895aac5 Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 17 四月 2024 18:10:10 +0800
Subject: [PATCH] 1

---
 packageDomain/pages/resourceDetails/myVideo/index.wxss |   41 +++++++++++++++++++++++++++++++++--------
 1 files changed, 33 insertions(+), 8 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss
index 1a1096e..15a3407 100644
--- a/packageDomain/pages/resourceDetails/myVideo/index.wxss
+++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -9,13 +9,14 @@
 }
 
 .navbar-title {
-  white-space: nowrap;
+  /* white-space: nowrap; */
   /* overflow: hidden; */
-  text-overflow: ellipsis;
+  /* text-overflow: ellipsis;
   color: #0F1214;
   font-size: 40rpx;
   font-weight: bold;
-  margin-bottom: 5rpx;
+  margin-bottom: 5rpx; */
+  margin: 0 auto;
 }
 
 .videoBox {
@@ -77,7 +78,7 @@
   top: 0rpx;
   right: 0;
   width: 353rpx;
-  border-bottom: 1rpx solid #e7e7e7;
+  /* border-bottom: 1rpx solid #e7e7e7; */
 }
 
 .takeNotes image {
@@ -158,18 +159,19 @@
 .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;
 }
 
@@ -315,4 +317,27 @@
 
 .noData {
   margin-top: 120rpx;
+}
+
+.tabs--t-tabs__scroll--split::after {
+  height: 0px !important;
+}
+
+.buttonBox {
+  position: absolute;
+  top: 95rpx;
+  width: 100%;
+  background-color: #e7e7e7;
+  height: 1px;
+  z-index: 999;
+}
+
+.outsideDetailsName {
+  overflow-y: scroll;
+  height: 35vh;
+}
+
+.wrapper {
+  overflow-y: scroll;
+  height: 45vh;
 }
\ No newline at end of file

--
Gitblit v1.9.1