Commit 4e7e85f6 authored by Mac's avatar Mac
parents 08bb405a 58f09285
...@@ -27,13 +27,13 @@ ...@@ -27,13 +27,13 @@
.main .box { .main .box {
position: relative; position: relative;
top: 30%; top: 40%;
width: 100%; width: 100%;
opacity: 0; opacity: 1;
text-align: center; text-align: center;
} }
.main .box.nomove { /* .main .box.nomove {
top: 40%; top: 40%;
opacity: 1; opacity: 1;
} }
...@@ -43,12 +43,9 @@ ...@@ -43,12 +43,9 @@
opacity: 1; opacity: 1;
transition: all linear .5s; transition: all linear .5s;
-moz-transition: all linear .5s; -moz-transition: all linear .5s;
/* Firefox 4 */
-webkit-transition: all linear .5s; -webkit-transition: all linear .5s;
/* Safari and Chrome */
-o-transition: all linear .5s; -o-transition: all linear .5s;
/* Opera */ } */
}
.main .box .hongbao { .main .box .hongbao {
width: 80%; width: 80%;
...@@ -256,11 +253,11 @@ ...@@ -256,11 +253,11 @@
// }else { // }else {
// history.go(-1) // history.go(-1)
// } // }
if (platform == 'app') { // if (platform == 'app') {
move(1) // move(1)
} else { // } else {
move(2) // move(2)
} // }
let RushbuyTime = localStorage.RushbuyTime ? JSON.parse(localStorage.RushbuyTime) : { let RushbuyTime = localStorage.RushbuyTime ? JSON.parse(localStorage.RushbuyTime) : {
RushbuyTime: '' RushbuyTime: ''
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment