|
@@ -165,8 +165,8 @@ body{
|
|
|
|
|
|
}
|
|
|
.qs-item li:nth-child(2n){
|
|
|
- -webkit-animation-name: fadeInLeft;
|
|
|
- animation-name: fadeInLeft;
|
|
|
+ -webkit-animation-name: bounceInLeft;
|
|
|
+ animation-name: bounceInLeft;
|
|
|
-webkit-animation-duration: 2s;
|
|
|
animation-duration: 2s;
|
|
|
-webkit-animation-fill-mode: both;
|