(function(){ })(); $(function(){ //index_banner轮播效果 $(".index_banner .big li").each(function(){ $(this).css("background-image","url("+$(this).attr("bg")+")"); }); new fadeadver({ btns : $(".index_banner .btns span"), divs : $(".index_banner .big li"), speed :7000 }); //active_adver鼠标hover效果 /* new fadeadver({ btns : $(".active_adver .btn span"), divs : $(".active_adver .adv"), speed :5000 }); */ $(".active_adver .adv_1 a").each(function(){ var h = $(this).height()+55; var w= $(this).width(); $("span",this).height(h); $("span",this).width(w); }); $(".active_adver .adv_1 a").hover(function(){ $(".active_adver .adv_1 a span").show(); $("span",this).hide(); },function(){ $(".active_adver .adv_1 a span").hide(); }); //active_data轮播 new fadeadver({ btns : $(".active_data .change span"), divs : $(".active_data .con"), speed :5000 }); });