You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
167 lines
952 B
167 lines
952 B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 视频组 */
|
|
.show-video.data-v-3df61726 {
|
|
position: relative;
|
|
}
|
|
.video.data-v-3df61726 {
|
|
position: relative;
|
|
height: 100%;
|
|
}
|
|
.video-muted.data-v-3df61726 {
|
|
position: absolute;
|
|
top: 20rpx;
|
|
right: 20rpx;
|
|
border-radius: 60rpx;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
text-align: center;
|
|
padding: 10rpx;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 10;
|
|
}
|
|
.cover-poster.data-v-3df61726 {
|
|
width: 100%;
|
|
position: relative;
|
|
z-index: 10;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
}
|
|
.video-play.data-v-3df61726 {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 30;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.video-muted-img.data-v-3df61726 {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
|