Files
fangcheyun/miniprogram/components/GoEasyVideoPlayer/goEasyVideoPlayer.wxss
2021-04-08 11:46:50 +08:00

12 lines
152 B
Plaintext

.goeasy-video-player {
width: 100%;
height: 100%;
}
.mask {
position: absolute;
top: 0;
z-index: 1;
opacity: 0.6;
background: #333;
}