25 lines
351 B
Plaintext
25 lines
351 B
Plaintext
.video{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
width: 100%;
|
|
height: 475rpx;
|
|
}
|
|
.video video{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.select-list{
|
|
margin-top: 475rpx;
|
|
padding: 0 15rpx;
|
|
}
|
|
.select-video{
|
|
border-bottom: 1px solid #DEDEDE;
|
|
line-height: 80rpx;
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
}
|
|
.select-video.active{
|
|
color: #9F1512;
|
|
} |