From ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期三, 26 六月 2024 15:02:28 +0800
Subject: [PATCH] 小程序,教材,课程

---
 packageDomain/pages/resourceDetails/myVideo/index.wxss |   76 ++++++++++++++++++++++++++++++++------
 1 files changed, 64 insertions(+), 12 deletions(-)

diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss
index 7316760..5cf9402 100644
--- a/packageDomain/pages/resourceDetails/myVideo/index.wxss
+++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -1,4 +1,6 @@
 /* pages/resourceDetails/index.wxss */
+@import "./index.skeleton.wxss";
+
 .nacigationBar {
   background-color: #fff;
   display: flex;
@@ -7,21 +9,45 @@
 }
 
 .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 {
   width: 100%;
+  position: relative;
+}
+
+.video-loading {
+  position: absolute;
+  top: 42%;
+  left: 50%;
+  z-index: 9999999999;
 }
 
 .videoBox video {
   width: 100vw;
+}
+
+.videoSubsidiaryBox {
+  width: 750rpx;
+  height: 450rpx;
+  background-color: #000;
+  /* 1.6  1 */
+
+}
+
+.videoNoData {
+  color: #fff;
+  display: flex;
+  justify-content: center;
+  padding-top: 220rpx;
 }
 
 .titleBox {
@@ -56,13 +82,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 {
@@ -143,18 +167,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;
 }
 
@@ -300,4 +325,31 @@
 
 .noData {
   margin-top: 120rpx;
+}
+
+.tabs--t-tabs__scroll--split::after {
+  height: 0px !important;
+}
+
+.t-tabs__scroll::after {
+  height: 0rpx !important;
+}
+
+.buttonBox {
+  position: absolute;
+  top: 95rpx;
+  width: 100%;
+  background-color: #e7e7e7;
+  height: 1px;
+  z-index: 999;
+}
+
+.outsideDetailsName {
+  overflow-x: hidden;
+}
+
+.wrapper {
+  overflow-y: scroll;
+  overflow-x: hidden;
+  height: 50vh;
 }
\ No newline at end of file

--
Gitblit v1.9.1