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