From 4bc1c36faeec2f90e5acfa836732e49fe0b245e9 Mon Sep 17 00:00:00 2001
From: yiming <m13691596795@163.com>
Date: 星期五, 12 四月 2024 20:47:03 +0800
Subject: [PATCH] 云学习11

---
 packageDomain/pages/resourceDetails/myVideo/index.wxss |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss
index 2124127..5240778 100644
--- a/packageDomain/pages/resourceDetails/myVideo/index.wxss
+++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -73,13 +73,11 @@
 }
 
 .contentBox .takeNotes {
-
   position: absolute;
-  top: 5rpx;
+  top: 0rpx;
   right: 0;
-  width: 350rpx;
-  border-bottom: 1px solid #f4f4f4;
-
+  width: 353rpx;
+  /* border-bottom: 1rpx solid #e7e7e7; */
 }
 
 .takeNotes image {
@@ -317,4 +315,17 @@
 
 .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;
 }
\ No newline at end of file

--
Gitblit v1.9.1