线上样式

master
大帅比 2023-08-02 07:15:46 +00:00
parent 20a281da66
commit df814604b5
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@
});
$(".inner-nav2 a").click(function() {
$(this).addClass("curr").siblings().removeClass("curr");
$("html, body").animate({
scrollTop: $($(this).attr("href")).offset().top - 130 + "px"
}, 1000);