21 lines
324 B
Plaintext
21 lines
324 B
Plaintext
.index-video {
|
|
margin: 20rpx;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.index-video .poster .img {
|
|
width: 100%;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
.index-video .poster .play-img {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
margin-top: -100rpx;
|
|
margin-left: -100rpx;
|
|
z-index: 1;
|
|
} |