瀏覽代碼

更改CSS

1037015548@qq.com 2 年之前
父節點
當前提交
5e3d9ef03e
共有 1 個文件被更改,包括 6 次插入6 次删除
  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;
 }