Commit 4e7e85f6 authored by Mac's avatar Mac
parents 08bb405a 58f09285
......@@ -27,13 +27,13 @@
.main .box {
position: relative;
top: 30%;
top: 40%;
width: 100%;
opacity: 0;
opacity: 1;
text-align: center;
}
.main .box.nomove {
/* .main .box.nomove {
top: 40%;
opacity: 1;
}
......@@ -43,12 +43,9 @@
opacity: 1;
transition: all linear .5s;
-moz-transition: all linear .5s;
/* Firefox 4 */
-webkit-transition: all linear .5s;
/* Safari and Chrome */
-o-transition: all linear .5s;
/* Opera */
}
} */
.main .box .hongbao {
width: 80%;
......@@ -256,11 +253,11 @@
// }else {
// history.go(-1)
// }
if (platform == 'app') {
move(1)
} else {
move(2)
}
// if (platform == 'app') {
// move(1)
// } else {
// move(2)
// }
let RushbuyTime = localStorage.RushbuyTime ? JSON.parse(localStorage.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