Commit f6fa467d by doszhang

dos

parent ad3a5029
...@@ -124,11 +124,11 @@ function toUploadPage() { ...@@ -124,11 +124,11 @@ function toUploadPage() {
function initPage() { function initPage() {
const transformTop = Math.abs(parseFloat(getTranslateDistance())); const transformTop = Math.abs(parseFloat(getTranslateDistance()));
$('.top').css('top', transformTop + 'px'); // $('.top').css('top', transformTop + 'px');
$('.bottom').css({ // $('.bottom').css({
top: 'auto', // top: 'auto',
bottom: transformTop + 'px' // bottom: transformTop + 'px'
}); // });
const displacement = parseFloat(transformTop); const displacement = parseFloat(transformTop);
if (displacement > 0) { if (displacement > 0) {
......
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