EASYAIuniappNewUI/node_modules/@dcloudio/uni-h5/style/framework/shadow.css
2025-02-08 18:50:38 +08:00

9 lines
140 B
CSS

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