yiming
2024-06-13 c95ed3b99b3cb75374f2c8819740a1839ed28a0f
packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -21,6 +21,14 @@
.videoBox {
  width: 100%;
  position: relative;
}
.video-loading {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 9999999999;
}
.videoBox video {
@@ -337,12 +345,11 @@
}
.outsideDetailsName {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 35vh;
}
/* .wrapper {
.wrapper {
  overflow-y: scroll;
  height: 45vh;
} */
  overflow-x: hidden;
  height: 50vh;
}