$('html,body').animate({scrollTop: $('#contact').offset().top},'slow');
我需要做的是将偏移量设置为-100px。我该如何做到这一点?
$('html,body').animate({scrollTop: $('#contact').offset().top -100 },'slow');