Files
fangche/components/GoEasyVideoPlayer/goEasyVideoPlayer.wxss
2021-04-07 15:18:17 +08:00

12 lines
141 B
Plaintext

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