Commit 579db922 by doszhang

dos

parent f9f2bf7f
......@@ -143,8 +143,8 @@ function initPage() {
const transformTop = parseFloat(getTranslateDistance());
const spacing = (headerHeight - transformTop - logoHeight - inputHeight) / 3;
$('.logo').css('top', spacing + 'px');
$('.input-wrapper').css('top', spacing * 2 + logoHeight + 'px');
$('.logo').css('top', transformTop + spacing + 'px');
$('.input-wrapper').css('top', transformTop + (spacing * 2 + logoHeight) + 'px');
}
function changePoster() {
......
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