mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
11 lines
160 B
Plaintext
11 lines
160 B
Plaintext
@import '../style/var';
|
|
|
|
.van-overlay {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: @overlay-background-color;
|
|
}
|