2019-09-09 17:29:02 +08:00

11 lines
172 B
Plaintext

@import '../common/style/var.less';
.van-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: @overlay-background-color;
}