xz_bailang/pages/broadcastList/broadcastList.wxss

25 lines
351 B
Plaintext
Raw Normal View History

2020-09-15 16:03:51 +08:00
.video{
2020-06-28 20:16:24 +08:00
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
2020-09-15 16:03:51 +08:00
height: 475rpx;
2020-06-28 20:16:24 +08:00
}
2020-09-15 16:03:51 +08:00
.video video{
width: 100%;
height: 100%;
2020-06-28 20:16:24 +08:00
}
2020-09-15 16:03:51 +08:00
.select-list{
margin-top: 475rpx;
padding: 0 15rpx;
2020-06-28 20:16:24 +08:00
}
2020-09-15 16:03:51 +08:00
.select-video{
border-bottom: 1px solid #DEDEDE;
line-height: 80rpx;
font-size: 32rpx;
color: #000;
2020-06-28 20:16:24 +08:00
}
2020-09-15 16:03:51 +08:00
.select-video.active{
color: #9F1512;
2020-06-28 20:16:24 +08:00
}