index.scss 131 Bytes
Newer Older
zhanghaozhe committed
1 2 3 4 5 6
.mask-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
zhanghaozhe committed
7
  background: rgba(0, 0, 0, 0.6);
zhanghaozhe committed
8
  z-index: 999;
zhanghaozhe committed
9
}