|
@@ -4,6 +4,15 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
+.isHidden {
|
|
|
+ background: url(../images/inBack.png) no-repeat,
|
|
|
+ url(../images/inBack2.png) no-repeat,
|
|
|
+ url(../images/inBack3.png) no-repeat,
|
|
|
+ url(../images/inBack4.png) no-repeat,
|
|
|
+ url(../images/inBack5.png) no-repeat;
|
|
|
+ opacity: 0;
|
|
|
+ background-size: 754px 672px;
|
|
|
+}
|
|
|
|
|
|
.suggestOption {
|
|
|
.updateBtnGroup {
|
|
@@ -84,15 +93,28 @@
|
|
|
}
|
|
|
|
|
|
@keyframes reversal {
|
|
|
+ 0% {
|
|
|
+ background: url(../images/inBack.png) no-repeat;
|
|
|
+ background-size: 754px 672px;
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
25% {
|
|
|
background: url(../images/inBack2.png) no-repeat;
|
|
|
background-size: 754px 672px;
|
|
|
|
|
|
}
|
|
|
|
|
|
+ // 50% {
|
|
|
+ // background: url(../images/inBack3.png) no-repeat;
|
|
|
+ // background-size: 754px 672px;
|
|
|
+ // z-index: .1;
|
|
|
+ // }
|
|
|
+
|
|
|
50% {
|
|
|
background: url(../images/inBack3.png) no-repeat;
|
|
|
background-size: 754px 672px;
|
|
|
+ opacity: .1;
|
|
|
z-index: 0;
|
|
|
}
|
|
|
|
|
@@ -129,6 +151,10 @@
|
|
|
position: absolute;
|
|
|
bottom: 0;
|
|
|
background: url(../images/inBack.png) no-repeat;
|
|
|
+ // url(../images/inBack2.png) no-repeat,
|
|
|
+ // url(../images/inBack3.png) no-repeat,
|
|
|
+ // url(../images/inBack4.png) no-repeat,
|
|
|
+ // url(../images/inBack5.png) no-repeat;
|
|
|
background-size: 754px 672px;
|
|
|
z-index: 1;
|
|
|
|
|
@@ -174,7 +200,8 @@
|
|
|
|
|
|
|
|
|
.updatePassword.isAni {
|
|
|
- animation: forUp linear .3s forwards, endRoute linear .3s 2.3s forwards;
|
|
|
+ // endRoute linear .3s 2.3s forwards;
|
|
|
+ animation: forUp linear .3s forwards,
|
|
|
}
|
|
|
|
|
|
.updatePassword {
|
|
@@ -208,7 +235,6 @@
|
|
|
|
|
|
// padding: 40px;
|
|
|
.formWrap {
|
|
|
- top: 0;
|
|
|
background-color: #fff;
|
|
|
margin: 0 27px 0;
|
|
|
width: 700px;
|