让年更有幸福味, 有家就有福临门
发布时间:2023-01-13
-
2024-06-25
-
2024-01-15
-
2024-01-10
>更多
");
$(".foot-left .clear:last-child").remove();
}
$("#back-top").click(function () {
if ($(window).scrollTop() != $(this.hash).offset().top) {
if (!$("html,body").is(":animated")) {
$("html, body").animate({ scrollTop: $(this.hash).offset().top }, 1000);
}
}
return false;
})