滚动页面

mac2022-06-30  81

$(window).load(function() { if($(".toursforfun-show").height() > $(".toursforfun-left").height()) {    $(".toursforfun-left").scrollFix(-125); } else {   $(".productGetItinerary").scrollFix(-135); }});

转载于:https://www.cnblogs.com/hgj123/p/4206042.html

最新回复(0)