线上样式
parent
20a281da66
commit
df814604b5
|
@ -202,6 +202,7 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".inner-nav2 a").click(function() {
|
$(".inner-nav2 a").click(function() {
|
||||||
|
$(this).addClass("curr").siblings().removeClass("curr");
|
||||||
$("html, body").animate({
|
$("html, body").animate({
|
||||||
scrollTop: $($(this).attr("href")).offset().top - 130 + "px"
|
scrollTop: $($(this).attr("href")).offset().top - 130 + "px"
|
||||||
}, 1000);
|
}, 1000);
|
||||||
|
|
Loading…
Reference in New Issue