闫增涛
2025-03-28 abbd7d18ea431ee8b6b8e634abf3e8ccb1fbb1b3
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 {