litian
2024-07-19 c12e351b8f616b8918239dad1a2ede27c8a4398a
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 {