From 1a537273ca2d6f95f2043a7347e73ed41490913a Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期五, 25 十月 2024 16:29:22 +0800 Subject: [PATCH] vd --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index 084a21c..0d640fd 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -19,14 +19,21 @@ .videoBox { width: 100%; + height: 458rpx; position: relative; } .video-loading { position: absolute; - top: 42%; - left: 50%; - z-index: 9999999999; + top: 0; + left: 0; + width: 100%; + height: 100%; + display: flex; + align-items: center; + justify-content: center; + z-index: 999; + background-color: #fff; } .videoBox video { -- Gitblit v1.9.1