22 lines
316 B
Plaintext
22 lines
316 B
Plaintext
|
.broadcast{
|
||
|
width: 100%;
|
||
|
height: 400rpx;
|
||
|
background: #D8D8D8;
|
||
|
position: fixed;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
}
|
||
|
video{
|
||
|
width: 100%;
|
||
|
height: 400rpx;
|
||
|
}
|
||
|
.broadcast-title{
|
||
|
padding: 30rpx;
|
||
|
font-size: 34rpx;
|
||
|
color: #242424;
|
||
|
border-bottom: 5px solid #FBFBFB;
|
||
|
}
|
||
|
.broadcast-list{
|
||
|
margin-top: 400rpx;
|
||
|
}
|