Browse Source

去掉没用的css

master
zhaoruhui 3 months ago
parent
commit
b85d78d650
  1. 12
      index.html

12
index.html

@ -958,18 +958,6 @@
animation: fadeIn 0.6s ease-out forwards;
}
.delay-100 {
animation-delay: 0.1s;
}
.delay-200 {
animation-delay: 0.2s;
}
.delay-300 {
animation-delay: 0.3s;
}
.loading-overlay {
display: none;
position: fixed;

Loading…
Cancel
Save