app/css/name-ee4c3d62.css

14 lines
258 B
CSS
Raw Normal View History

2025-02-13 08:26:53 +08:00
:root {
--van-overlay-z-index: 1;
--van-overlay-background: rgba(0, 0, 0, 0.7);
}
.van-overlay {
position: fixed;
top: 0;
left: 0;
z-index: var(--van-overlay-z-index);
width: 100%;
height: 100%;
background: var(--van-overlay-background);
}