Commit 3d15ee4c by doszhang

dos

parent b395f7ef
......@@ -79,7 +79,7 @@ body {
overflow-x: hidden;
left: 0;
width: 640px;
height: 1238px;
height: 100%;
top: 0;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
......
......@@ -164,10 +164,11 @@ function toscene(event) {
function toPage2() {
$('.wrap-inner').css({
height: '1238px',
overflowX: 'scroll',
overflowY: 'hidden',
transform: 'translate(0,0)',
top: 0
top: 0,
})
$('.page1').hide();
$('.page2').show();
......@@ -190,6 +191,7 @@ function showResult(event) {
function retry() {
$('.wrap-inner').css({
height: '100%',
overflowX: 'scroll',
overflowY: 'hidden',
transform: 'translate(0,-50%)',
......
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 sign in to comment