Commit 672ba195 by kubisk

dos

parent 371c0cfc
......@@ -87,6 +87,12 @@ preloadimages(preloadImageList, function () {
$(document).ready(function () {
let dtop = parseInt($('.upload-page .top').css('top'))
$('.tip').css('top', 144 + dtop + 'px')
$('.username').css('top', 319 + dtop + 'px')
$('.company').css('top', 373 + dtop + 'px')
// $('.logo').css('top', getTranslateDistance(40, true));
$("input").on("blur", function () {
window.scroll(0, 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