audio.wxss 346 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
.audio-player {
position: relative;
display: flex;
transition: opacity .5s;
}

.audio-player .controls {
height:40rpx;
align-items:center;
display:flex;
}

.audio-player .controls image {
height: 48rpx;
width: 30rpx;
margin: 0 8rpx 0 20rpx;
}

.audio-player .time {
font-size: 34rpx;
line-height: 40rpx;
flex: 1;
text-align: left;
}