Browse Source

更改CSS

1037015548@qq.com 2 years ago
parent
commit
5e3d9ef03e
1 changed files with 6 additions and 6 deletions
  1. 6 6
      ruoyi-admin/src/main/resources/static/css/earth.css

+ 6 - 6
ruoyi-admin/src/main/resources/static/css/earth.css

@@ -4,8 +4,8 @@
 }
 
 .MydhDivOutbox #images {
-    -webkit-animation: spin 5s linear infinite;
-    animation: spin 5s linear infinite;
+    -webkit-animation: spin 15s linear infinite;
+    animation: spin 15s linear infinite;
     position: absolute;
 }
 
@@ -21,8 +21,8 @@
 }
 
 .MydhDivOutbox #images2 {
-    -webkit-animation: spin2 3s linear infinite;
-    animation: spin2 3s linear infinite;
+    -webkit-animation: spin2 10s linear infinite;
+    animation: spin2 10s linear infinite;
     position: absolute;
 }
 
@@ -38,8 +38,8 @@
 }
 
 .MydhDivOutbox #images3 {
-    -webkit-animation: spin3 3s linear infinite;
-    animation: spin3 3s linear infinite;
+    -webkit-animation: spin3 10s linear infinite;
+    animation: spin3 10s linear infinite;
     position: absolute;
 }