$(function () { // 闃叉璁捐鍣ㄩ噷鏃犳硶閫夋嫨鍐呭 if( isFrontEnv()){ $('.main>div:nth-child(2)').css({ position: "fixed", left:0, top: "100%", bottom: 0, right: 0 }); }; // 鍦ㄧ涓€涓 瀹瑰櫒涓 娣诲姞榧犳爣浜嬩欢 $('.main>div:first-child').mousewheel(function (event) { if (event.deltaY < 0) { // $(this).hide(); $(this).find('#w_grid-1591751379970').hide().end().find('#w_grid-1591842666459').addClass('activeNav'); // 鑷韩闅愯棌 $('.main>div:nth-child(2)').addClass('active'); // 绗簩灞忔樉绀 } } ); // 鍦ㄧ浜屼釜瀹瑰櫒涓婃坊鍔犻紶鏍囦簨浠 $('.main>div:nth-child(2)').mousewheel(function (event) { if (event.deltaY > 0 && $('.main>div:nth-child(2)').scrollTop() == 0) { $(this).removeClass('active'); // 鑷韩瀹氫綅 $('.main>div:first-child').find('#w_grid-1591751379970').show().siblings().removeClass('activeNav'); } }); });