vending-machine/mobile/node_modules/@dcloudio/uni-h5/style/framework/shadow.css
2026-04-03 06:07:13 +08:00

9 lines
140 B
CSS

body::after {
position: fixed;
content: '';
left: -1000px;
top: -1000px;
animation: shadow-preload 0.1s;
animation-delay: 3s;
}