$(function(){ $('.yx_KfClose').on('click', function(event){ $(".yx_KfBox").css({"display":"none"}); }); // 回到顶部的显示与隐藏 $(window).on("load scroll", function() { var top = $(document).scrollTop(), wHeight = $(window).height(); if (top > wHeight) { $(".yx_Up_Button").addClass("yx_Active"); } else { $(".yx_Up_Button").removeClass("yx_Active"); } }); // 回到顶部 $(".yx_Up_Button").on("click", function() { $("html,body").stop().animate({ scrollTop: 0 }, 500); }); //锚点缓动 $('.yx_HD_Btn').click(function(){ $('html,body').animate({scrollTop: ($($(this).attr('href')).offset().top -160 )},800); }); //Search $(".yx_WxBtn").on('click',function(){ $("#c_static_001-1680137763381").show().css('z-index','99999999'); }); $("#c_static_001-1680137763381 .e_icon-9").on('click',function(){ $("#c_static_001-1680137763381").hide().css('z-index','-5'); }); var headH = $(".yx_Header").height(); $(".yx_InBanner_Img").css('margin-top',headH); $(function(){ //移动端分类样式 $(".yx_MoPageBtn").on('click',function(){ $(this).next().css("left","0px"); $(this).parent('.yx_PageBox').css("z-index","9999"); }); $(".yx_MoPageClose").on('click',function(){ $(this).parent().css("left","100%"); $(this).parents('.yx_PageBox').css("z-index","99"); }); }); });