|
@@ -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%;
|