Commit 74f84230 by doszhang

dos

parent 6f138675
...@@ -154,18 +154,18 @@ function initPage() { ...@@ -154,18 +154,18 @@ function initPage() {
spacing = (bottomHeight - numHeight - btnHeight - textHeight - transformTop) / 4; spacing = (bottomHeight - numHeight - btnHeight - textHeight - transformTop) / 4;
$('.num').css({ $('.bottom').css({
top: 'auto', top: 'auto',
bottom: spacing + transformTop + 'px' bottom: spacing + transformTop + 'px'
}); });
$('.btn-go').css({ $('.btn-go').css({
top: 'auto', top: 'auto',
bottom: spacing * 2 + numHeight + transformTop + 'px' bottom: spacing * 2 + textHeight + transformTop + 'px'
}); });
$('.bottom').css({ $('.num').css({
top: 'auto', top: 'auto',
bottom: spacing * 3 + numHeight + btnHeight + transformTop + 'px' bottom: spacing * 3 + textHeight + btnHeight + transformTop + 'px'
}); });
} }
......
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