mini-dlpu-v3/miniprogram/modular/Mask/Mask.scss
2022-01-19 21:21:21 +08:00

8 lines
128 B
SCSS

view.mask {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba($color: #000000, $alpha: .2);
z-index: 1;
}