82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
|
|
.fuiAudio-wrap.data-v-330431b2 {
|
|
|
|
display: flex;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
height: 240rpx;
|
|
border: 1rpx solid #ebe9ec;
|
|
background: #fdfbfe;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
padding: 0 30rpx;
|
|
}
|
|
.fuiAudio-left.data-v-330431b2 {
|
|
margin-right: 30rpx;
|
|
}
|
|
.fuiAudio-right.data-v-330431b2 {
|
|
flex: 1;
|
|
}
|
|
.fuiAudio-icon.data-v-330431b2 {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
}
|
|
.fuiAudio-title.data-v-330431b2 {
|
|
margin-bottom: 16rpx;
|
|
font-size: 40rpx;
|
|
color: #323232;
|
|
overflow: hidden;
|
|
|
|
display: -webkit-box;
|
|
word-break: break-all;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 1;
|
|
|
|
|
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
}
|
|
.fuiAudio-progress.data-v-330431b2 {
|
|
width: 100%;
|
|
height: 6rpx;
|
|
background: #ebe9ec;
|
|
border-radius: 4rpx;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.fuiAudio-author.data-v-330431b2 {
|
|
margin-bottom: 16rpx;
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
}
|
|
.fuiAudio-time.data-v-330431b2 {
|
|
|
|
display: flex;
|
|
width: 100%;
|
|
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
color: #999;
|
|
}
|
|
.fuiAudio-progress.data-v-330431b2 {
|
|
position: relative;
|
|
}
|
|
.fuiAudio-current.data-v-330431b2 {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 10%;
|
|
height: 100%;
|
|
background: #249b27;
|
|
}
|
|
.fuiAudio-hidden.data-v-330431b2 {
|
|
opacity: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
transform: scale(0);
|
|
position: absolute;
|
|
}
|