From 52f511f275d59a5e517cde3cc6f656642cd9191f Mon Sep 17 00:00:00 2001
From: litian <C21AF165>
Date: 星期五, 12 四月 2024 15:22:49 +0800
Subject: [PATCH] 图标

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

diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss
index 511cbd2..2124127 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;
@@ -22,6 +24,21 @@
 
 .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 {
@@ -296,4 +313,8 @@
 
 .t-tabs__track {
   background-color: #FF6C00 !important;
+}
+
+.noData {
+  margin-top: 120rpx;
 }
\ No newline at end of file

--
Gitblit v1.9.1