72 lines
1.3 KiB
Plaintext
72 lines
1.3 KiB
Plaintext
.broadcast{
|
|
width: 100%;
|
|
height: 400rpx;
|
|
background: #D8D8D8;
|
|
}
|
|
video{
|
|
width: 100%;
|
|
height: 400rpx;
|
|
}
|
|
.broadcast-title{
|
|
padding: 30rpx;
|
|
font-size: 34rpx;
|
|
color: #242424;
|
|
border-bottom: 5px solid #FBFBFB;
|
|
}
|
|
.time{
|
|
margin-bottom: 10rpx;
|
|
}
|
|
.broadcast-time{
|
|
padding: 30rpx 30rpx 20rpx;
|
|
border-bottom: 5px solid #FBFBFB;
|
|
font-size: 30rpx;
|
|
color: #242424;
|
|
}
|
|
.broadcast-time image{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.broadcast-intro{
|
|
padding: 30rpx;
|
|
}
|
|
.broadcast-intro-title{
|
|
padding-left: 15rpx;
|
|
border-left: 5px solid #9F1512;
|
|
font-size: 32rpx;
|
|
color: #242424;
|
|
}
|
|
.intro-text{
|
|
font-size: 30rpx;
|
|
color: #5F5F5F;
|
|
line-height: 40rpx;
|
|
margin-top: 15rpx;
|
|
}
|
|
.play-button-box {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
position: fixed;
|
|
z-index: 100;
|
|
top: 100rpx;
|
|
left: 50%;
|
|
margin-left: -100rpx;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
border: 1rpx dotted rgba(255, 255, 255, 0.8);
|
|
border-radius: 100rpx;
|
|
}
|
|
.play-button-box .play-button {
|
|
border-top-width: 60rpx;
|
|
border-bottom-width: 60rpx;
|
|
border-left-width: 100rpx;
|
|
border-style: solid;
|
|
border-top-color: transparent;
|
|
border-left-color: red;
|
|
border-bottom-color: transparent;
|
|
border-right-color: transparent;
|
|
width: 0;
|
|
height: 0;
|
|
position: absolute;
|
|
top: 40rpx;
|
|
left: 60rpx;
|
|
}
|