面试结束后,要做哪些事?求职必看!
浏览:91次
发布时间:2025年06月10日08:48
来源:上海人社
');
$(".back-top").css("left", left).hide().click(function() {
$('html, body').animate({
scrollTop: 0
}, 200);
});
$(document).scroll(function() {
if ($(this).scrollTop() < 50) {
$(".back-top").hide('slow');
} else {
$(".back-top").show('slow');
}
});
}
var h = $("body").height()
var contentH = $(".share-details").height()
if (contentH < h) {
$(window.parent.document).find('.layui-layer-close1').css("display", "block")
}
$(document).scroll(function() {
var c = $(this).scrollTop();
if (Math.ceil(h < c)) {
$(window.parent.document).find('.layui-layer-close1').css("display", "block")
}
})
uParse('.aContent', {
rootPath: '/'
})
});