litian
2024-04-12 31d1dae59515fc88226cdb8ba75e3a3e9021065f
packageDomain/pages/resourceDetails/myAudio/index.wxss
@@ -1,4 +1,6 @@
/* pages/resourceDetails/index.wxss */
@import "./index.skeleton.wxss";
.nacigationBar {
  background-color: #fff;
  display: flex;
@@ -269,7 +271,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%;
@@ -310,7 +312,6 @@
.mp-slider-bar {
  margin: 0 18rpx;
  /* margin-top: 10rpx; */
}
.t-tabs__item--active {
@@ -341,5 +342,22 @@
.publicText {
  display: flex;
}
.noData {
  margin-top: 150rpx;
}
.audioIconBox {
  width: 50rpx;
}
.pauseCircleBox {
  width: 45rpx;
  height: 45rpx;
}
.pauseCircleBox image {
  width: 100%;
  height: 100%;
}