From c03853bf7e9594bcbef3cfe087b313d18aacb4bb Mon Sep 17 00:00:00 2001 From: litian <C21AF165> Date: 星期四, 27 三月 2025 15:24:36 +0800 Subject: [PATCH] tiku --- packageDomain/pages/resourceDetails/myVideo/index.wxss | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/packageDomain/pages/resourceDetails/myVideo/index.wxss b/packageDomain/pages/resourceDetails/myVideo/index.wxss index 57f0aeb..3e52b3e 100644 --- a/packageDomain/pages/resourceDetails/myVideo/index.wxss +++ b/packageDomain/pages/resourceDetails/myVideo/index.wxss @@ -20,15 +20,20 @@ .videoBox { width: 100%; height: 458rpx; + position: relative; } .video-loading { + position: absolute; + top: 0; + left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; - z-index: 9; + z-index: 999; + background-color: #fff; } .videoBox video { @@ -350,10 +355,11 @@ overflow-x: hidden; } + .wrapper { - overflow-y: scroll; - overflow-x: hidden; - height: 50vh; + /* overflow-y: scroll; + overflow-x: hidden; */ + /* height: 50vh; */ } .demo-section__content { -- Gitblit v1.9.1