litian
2024-07-19 c12e351b8f616b8918239dad1a2ede27c8a4398a
loading
1个文件已修改
12 ■■■■■ 已修改文件
packageDomain/pages/resourceDetails/myVideo/index.wxss 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -19,14 +19,16 @@
.videoBox {
  width: 100%;
  position: relative;
  height: 458rpx;
}
.video-loading {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.videoBox video {