(function(){ //首页 /*===轮播===*/ jQuery(".banner.slideBox").slide({mainCell:".banner_img ul",effect:"leftLoop",autoPlay:true}); jQuery(".xwyw-img.slideBox").slide({mainCell:".banner_img ul",effect:"fold",autoPlay:true}); jQuery(".titTab.slideTxtBox").slide({}); $(".ksdh-content .sys").each(function(i){ if( i % 2 == 0){ $(this).css({"marginRight":10}) } }); $(".calendar li").mouseenter(function(){ $(this).children(".calendar-detail").show(); $(this).siblings().children(".calendar-detail").hide(); }).mouseleave(function(){ $(this).children(".calendar-detail").hide(); }); //图片列表页 $(".picList-photo li").each(function(i){ if((i-1)%3 == 0){ $(this).css({"margin":"0 24px"}) } }) $(".picList-video li").each(function(i){ if((i-1)%3 == 0){ $(this).css({"margin":"0 24px"}) } }); //系部设置 $(".setting-content table tr").each(function(i){ if(i%2 == 0){ $(this).css({"background":"#F6F8F7"}) } }) })();