This commit is contained in:
8
node_modules/@dcloudio/uni-h5/style/framework/shadow.css
generated
vendored
Normal file
8
node_modules/@dcloudio/uni-h5/style/framework/shadow.css
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
body::after {
|
||||
position: fixed;
|
||||
content: '';
|
||||
left: -1000px;
|
||||
top: -1000px;
|
||||
animation: shadow-preload 0.1s;
|
||||
animation-delay: 3s;
|
||||
}
|
||||
Reference in New Issue
Block a user