litian
2024-07-10 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d
packageDomain/pages/resourceDetails/myVideo/index.wxss
@@ -1,6 +1,4 @@
/* pages/resourceDetails/index.wxss */
@import "./index.skeleton.wxss";
.nacigationBar {
  background-color: #fff;
  display: flex;
@@ -21,6 +19,14 @@
.videoBox {
  width: 100%;
  position: relative;
}
.video-loading {
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: 9999999999;
}
.videoBox video {
@@ -84,14 +90,16 @@
.takeNotes image {
  width: 30rpx;
  height: 30rpx;
  margin-top: 10rpx;
  margin-right: 10rpx;
}
.takeNotesLining {
  margin: 25rpx;
  margin: 30rpx 25rpx;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 26rpx;
  color: #ff6c00;
}
.operateBox {
@@ -307,7 +315,7 @@
}
.t-tabs__item--active {
  color: #FF6C00 !important;
  color: #333 !important;
}
@@ -337,12 +345,15 @@
}
.outsideDetailsName {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 35vh;
}
/* .wrapper {
.wrapper {
  overflow-y: scroll;
  height: 45vh;
} */
  overflow-x: hidden;
  height: 50vh;
}
.demo-section__content {
  margin: 40rpx;
}