Commit 4cca734b by dos

init

parent d2c53d18
...@@ -161,8 +161,7 @@ function checkInfo() { ...@@ -161,8 +161,7 @@ function checkInfo() {
let dtop = parseInt($('.upload-page .top').css('top')) let dtop = parseInt($('.upload-page .top').css('top'))
$('.tip').css('top', 173 + dtop + 'px') $('.tip').css('top', 173 + dtop + 'px')
$('.username').css('top', 192 + dtop + 'px')
$('.company').css('top', 258 + dtop + 'px')
if (resp.status == 1) { if (resp.status == 1) {
level = resp.poster; level = resp.poster;
username = name; username = name;
...@@ -249,6 +248,8 @@ function initPage() { ...@@ -249,6 +248,8 @@ function initPage() {
top: 'auto', top: 'auto',
bottom: -displacement - 5 + 'px' bottom: -displacement - 5 + 'px'
}); });
$('.username').css('top', 'auto').css('bottom', 352 + (-displacement - 5) + 'px')
$('.company').css('top', 'auto').css('bottom', 318 + (-displacement - 5) + '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