yiming
2024-03-28 4ef1826180997bac879913bf17867bd3e390c29d
packageDomain/pages/resourceDetails/myAudio/index.wxss
@@ -269,7 +269,7 @@
.audioBackground {
  flex: 1;
  /* background-image: no-repeat; */
  background-image: url('http://182.92.203.7:3007/jsek/website/image/video-bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
@@ -288,6 +288,7 @@
  height: 96rpx;
  display: flex;
  align-items: center;
  width: 100%;
}
.functionBox .color {
@@ -309,7 +310,6 @@
.mp-slider-bar {
  margin: 0 18rpx;
  /* margin-top: 10rpx; */
}
.t-tabs__item--active {
@@ -320,13 +320,8 @@
  background-color: #FF6C00 !important;
}
.audioIconBox {
  /* margin-top: 10rpx; */
}
.publicBtn {
  margin-right: 10rpx;
  /* margin-left: 40rpx; */
  margin-left: 20rpx;
  width: 120rpx;
  position: relative;
@@ -334,19 +329,23 @@
.multipleBox {
  position: absolute;
  /* top: 0; */
  bottom: 60rpx;
  right: 10rpx;
  background-color: #000;
  padding: 15rpx;
  font-size: 25rpx;
  /* padding-bottom: 100rpx; */
}
.publicText {
  display: flex;
}
.noData {
  margin-top: 150rpx;
}
.audioIconBox {
  width: 50rpx;
}