Browse Source

增加金控广告

Administrator 7 years ago
parent
commit
cb0c0753bd

+ 12 - 10
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 4s linear 1s forwards;
-    -o-animation: shift_up 4s linear 1s forwards;
-    -webkit-animation: shift_up 4s linear 1s forwards;
-    -moz-animation: shift_up 4s linear 1s forwards;
+	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;
 }
 @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 4s linear 1s forwards;
-	-o-animation: shift_up 4s linear 1s forwards;
-	-webkit-animation: shift_up 4s linear 1s forwards;
-	-moz-animation: shift_up 4s linear 1s forwards;
+	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;
 }
 
 .jinkong .img{
@@ -4796,8 +4796,10 @@ a.order-detail {
     -moz-transform:scale(.8);
 }
 .img_stater{
-	animation: shift_left 3s linear forwards;
-	-webkit-animation: shift_left 3s linear forwards;
+	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;
 }
 .jinkong .animation_xr{
 	animation:img_scale 1s linear 3s infinite;

+ 9 - 8
src/main/webapp/resources/tpl/index/home/right.html

@@ -15,26 +15,27 @@
 		position:absolute;
 		top:0;
 		left:0;
-		animation: right_shift 3s linear .5s forwards;
-		-o-animation: right_shift 3s linear .5s forwards;
-		-webkit-animation: right_shift 3s linear .5s forwards;
-		-moz-animation: right_shift 3s linear .5s forwards;
+		margin-left: 80px;
+		animation: right_shift 2s linear 2s forwards;
+		-o-animation: right_shift 2s linear 2s forwards;
+		-webkit-animation: right_shift 2s linear 2s forwards;
+		-moz-animation: right_shift 2s linear 2s forwards;
 	}
 	
 	@keyframes right_shift {
-		form{margin-left: 0;}
+		form{margin-left: 80px;}
 		to{margin-left:590px;}
 	}
 	@-o-keyframes right_shift {
-		form{margin-left: 0;}
+		form{margin-left: 80px;}
 		to{margin-left:590px;}
 	}
 	@-webkit-keyframes right_shift {
-		form{margin-left: 0;}
+		form{margin-left: 80px;}
 		to{margin-left:590px;}
 	}
 	@-moz-keyframes right_shift {
-		form{margin-left: 0;}
+		form{margin-left: 80px;}
 		to{margin-left:590px;}
 	}