litian
2024-07-05 ea0592a7257ab7bb2036dabd8486d6a584d07704
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 {
@@ -92,6 +100,9 @@
  margin: 25rpx;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 26rpx;
  color: #ff6c00;
}
.operateBox {
@@ -323,6 +334,10 @@
  height: 0px !important;
}
.t-tabs__scroll::after {
  height: 0rpx !important;
}
.buttonBox {
  position: absolute;
  top: 95rpx;
@@ -333,11 +348,11 @@
}
.outsideDetailsName {
  overflow-y: scroll;
  height: 35vh;
  overflow-x: hidden;
}
.wrapper {
  overflow-y: scroll;
  height: 45vh;
  overflow-x: hidden;
  height: 50vh;
}