litian
2024-06-26 ccda9ec2fe70d8f51ef184eafc04b78d22dfbabd
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 {
@@ -323,6 +331,10 @@
  height: 0px !important;
}
.t-tabs__scroll::after {
  height: 0rpx !important;
}
.buttonBox {
  position: absolute;
  top: 95rpx;
@@ -333,11 +345,11 @@
}
.outsideDetailsName {
  overflow-y: scroll;
  height: 35vh;
  overflow-x: hidden;
}
.wrapper {
  overflow-y: scroll;
  height: 45vh;
  overflow-x: hidden;
  height: 50vh;
}