Skip to content

Commit 42c4f6b

Browse files
author
zhangxinxu
committed
perfect space
perfect space
1 parent c1d1554 commit 42c4f6b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/mobilebone.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,22 @@ a, img {
1111
body {
1212
margin: 0;
1313
-webkit-user-select: none;
14-
user-select: none;
14+
user-select: none;
1515
-ms-touch-action: none;
1616
}
1717

1818
/* construction */
19-
html, body {
20-
height: 100%;
19+
html, body, .page {
20+
height: 100%; width: 100%;
2121
overflow: hidden;
2222
}
2323
.page {
24-
height: 100%; width: 100%;
2524
position: absolute; left: 0; top: 0;
2625
-webkit-animation: .35s ease-in-out;
2726
animation: .35s ease-in-out;
2827
}
2928
.page.out {
29+
display: none;
3030
-webkit-transform: translateX(-100%);
3131
transform: translateX(-100%);
3232
}
@@ -35,7 +35,6 @@ html, body {
3535
transform: translateX(0);
3636
}
3737

38-
3938
/* mask layer when ajax sending... */
4039
.mask {
4140
height: 100%; width: 100%;

0 commit comments

Comments
 (0)