yuminge-app/yun-min-program-plugin-master/packageA/member/course/VoiceList/VoiceList.wxss

96 lines
1.8 KiB
Plaintext

/* packageA/member/course/VoiceList/VoiceList.wxss */
.voice_list .content .order {
background: #fff;
position: fixed;
width: 100%;
height: 84rpx;
line-height: 84rpx;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 20rpx;
border-bottom: solid 2rpx #ebebeb;
font-size: 32rpx;
font-weight: bold;
box-sizing: border-box;
}
.voice_list .content .order .li:last-child {
display: flex;
color: #999;
font-size: 32rpx;
font-weight: normal;
}
.voice_list .content .order .li:last-child icon {
font-size: 48rpx;
color: #999;
margin-left: 12rpx;
}
.voice_list .content .chapter_box {
background: #fff;
padding-top: 84rpx;
padding-left: 28rpx;
padding-bottom: 40rpx;
}
.voice_list .content .chapter_box .box {
padding: 20rpx 20rpx 20rpx 0;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
border-bottom: solid 2rpx #ebebeb;
}
.voice_list .content .chapter_box .box .left {
width: 520rpx;
text-align: left;
}
.voice_list .content .chapter_box .box .left .name {
font-size: 32rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 60rpx;
}
.voice_list .content .chapter_box .box .left .time {
color: #8c8c8c;
line-height: 60rpx;
font-size: 28rpx;
}
.voice_list .content .chapter_box .box .right {
display: flex;
align-items: center;
}
.voice_list .content .chapter_box .box .right icon {
font-size: 48rpx;
color: #666;
margin-right: 12rpx;
}
.voice_list .content .chapter_box .box .right .span {
font-size: 32rpx;
color: #666;
}
.si_fufei {
width: 68rpx;
height: 36rpx;
border-radius: 10rpx;
border: solid 2rpx #ff2c29;
text-align: center;
line-height: 40rpx;
display: inline-block;
margin-right: 10rpx;
}
.si_fufei view {
font-size: 24rpx;
color: #ff2c29;
}