市北党建引领小程序初始化
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

42 lines
796 B

/* audio start */
.audio {
width: 670rpx;
height: 116rpx;
background-color: #f3f3f3;
border-radius: 10r;
display: flex;
position: relative;
margin-top: 40rpx;
margin-bottom: 40rpx;
}
.audio .control-button {
width: 100rpx;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.audio .control-button image {
width: 60rpx;
height: 60rpx;
}
.audio .control-line {
display: flex;
flex-direction: column;
justify-content: center;
}
.audio .control-line .control-slider {
width: 500rpx;
margin: 10rpx 36rpx;
}
.audio .control-line .line-time {
margin: 0 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.audio .control-line .line-time .time-text {
color: #aaaaaa;
font-size: 24rpx;
}
/* audio end */