Browse Source

增加金控广告

Administrator 7 years ago
parent
commit
d93766588c
1 changed files with 16 additions and 16 deletions
  1. 16 16
      src/main/webapp/resources/css/index.css

+ 16 - 16
src/main/webapp/resources/css/index.css

@@ -4739,10 +4739,10 @@ a.order-detail {
 	z-index:10000;
 	margin-bottom:-241px;
 	background: url(../img/jinkong/tangchuan.png)no-repeat center center;
-	animation: shift_up 2s linear 1s forwards;
-	-o-animation: shift_up 2s linear 1s forwards;
-	-webkit-animation: shift_up 2s linear 1s forwards;
-	-moz-animation: shift_up 2s linear 1s forwards;
+    animation: shift_up 1s linear 1s forwards;
+    -o-animation: shift_up 1s linear 1s forwards;
+    -webkit-animation: shift_up 1s linear 1s forwards;
+    -moz-animation: shift_up 1s linear 1s forwards;
 }
 @keyframes shift_up {
 	form{margin-bottom: -241px;opacity:0;}
@@ -4778,10 +4778,10 @@ a.order-detail {
 	z-index:10000;
 	width:100%;
 	margin-bottom:-241px;
-	animation: shift_up 2s linear 1s forwards;
-	-o-animation: shift_up 2s linear 1s forwards;
-	-webkit-animation: shift_up 2s linear 1s forwards;
-	-moz-animation: shift_up 2s linear 1s forwards;
+	animation: shift_up 1s linear 1s forwards;
+	-o-animation: shift_up 1s linear 1s forwards;
+	-webkit-animation: shift_up 1s linear 1s forwards;
+	-moz-animation: shift_up 1s linear 1s forwards;
 }
 
 .jinkong .img{
@@ -4796,16 +4796,16 @@ a.order-detail {
     -moz-transform:scale(.8);
 }
 .img_stater{
-	animation: shift_left 2s linear forwards;
-	-webkit-animation: shift_left 2s linear forwards;
-	-o-animation: shift_left 2s linear forwards;
-	-moz-animation: shift_left 2s linear forwards;
+	animation: shift_left 1s linear forwards;
+	-webkit-animation: shift_left 1s linear forwards;
+	-o-animation: shift_left 1s linear forwards;
+	-moz-animation: shift_left 1s linear forwards;
 }
 .jinkong .animation_xr{
-	animation:img_scale 1s linear 3s infinite;
-	-o-animation:img_scale 1s linear 3s infinite;
-	-webkit-animation:img_scale 1s linear 3s infinite;
-	-moz-animation:img_scale 1s linear 3s infinite;
+	animation:img_scale 1s linear 2s infinite;
+	-o-animation:img_scale 1s linear 2s infinite;
+	-webkit-animation:img_scale 1s linear 2s infinite;
+	-moz-animation:img_scale 1s linear 2s infinite;
 }
 @keyframes shift_left {
 	0%{right: -765px;transform:scale(.8);}