闫增涛
2024-09-18 c96612e8a63ecef9590be0f8b5199277ec94e5b9
packageDomain/pages/resourceDetails/myAudio/index.wxss
@@ -56,14 +56,17 @@
.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 {
@@ -120,9 +123,14 @@
}
.outsideDetailsName {
  overflow-y: scroll;
  height: 35vh;
  /* overflow-y: scroll;
  height: 100vh; */
  overflow-x: hidden;
  padding-right: 30rpx;
}
.detailsName {
  margin: 30rpx;
@@ -276,7 +284,7 @@
.audioBackground {
  flex: 1;
  background-image: url('https://jsek.bnuic.com/website/image/video-bg.png');
  background-image: url('https://jsek.bnuic.com/home/image/video-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
@@ -321,7 +329,7 @@
}
.t-tabs__item--active {
  color: #FF6C00 !important;
  color: #333 !important;
}
.t-tabs__track {
@@ -397,10 +405,10 @@
  width: 210rpx;
  display: flex;
  flex-direction: row;
}
.wrapper {
  overflow-y: scroll;
  height: 45vh;
  overflow-x: hidden;
  height: 50vh;
}