water_xcx/packageD/components/@vant/overlay/index.wxss

1 line
159 B
Plaintext
Raw Normal View History

2025-04-15 15:44:51 +08:00
@import '../common/index.wxss';.van-overlay{background-color:var(--overlay-background-color,rgba(0,0,0,.4));height:100%;left:0;position:fixed;top:0;width:100%}