mzx16822 %!s(int64=6) %!d(string=hai) anos
pai
achega
3564c36b2a
Modificáronse 1 ficheiros con 6 adicións e 6 borrados
  1. 6 6
      public/plugins/layui/css/main.css

+ 6 - 6
public/plugins/layui/css/main.css

@@ -167,16 +167,16 @@ body{
 .qs-item li:nth-child(2n){
     -webkit-animation-name: bounceInLeft;
     animation-name: bounceInLeft;
-    -webkit-animation-duration: 2s;
-    animation-duration: 2s;
+    -webkit-animation-duration: .5s;
+    animation-duration: .5s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
 }
 .qs-item li:nth-child(2n-1){
-    -webkit-animation-name: fadeInRight;
-    animation-name: fadeInRight;
-    -webkit-animation-duration: 2s;
-    animation-duration: 2s;
+    -webkit-animation-name: bounceInRight;
+    animation-name: bounceInRight;
+    -webkit-animation-duration: .5s;
+    animation-duration: .5s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
 }