mzx16822 6 years ago
parent
commit
8b1b02c8cd
1 changed files with 11 additions and 0 deletions
  1. 11 0
      public/plugins/layui/css/main.css

+ 11 - 0
public/plugins/layui/css/main.css

@@ -162,6 +162,9 @@ body{
     line-height: 1.15rem;
     margin-bottom: .5rem;
     overflow: hidden;
+    
+}
+.qs-item li:nth-child(2n){
     -webkit-animation-name: fadeInLeft;
     animation-name: fadeInLeft;
     -webkit-animation-duration: 2s;
@@ -169,6 +172,14 @@ body{
     -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-fill-mode: both;
+    animation-fill-mode: both;
+}
 .qs-item li .answer {
     width: 100%;
     height: 100%;