$("#w_fimgbox-1571304984683>.w_imgbox>img").wrap("
"); $("#wns_p2_bg").find("img:nth-child(1)").after("imgboxbg"); $("#wns_p2_bg").find("img:nth-child(2)").after("imgboxbg"); $("#wns_p2_bg").find("img:nth-child(3)").after("imgboxbg"); //图片转换成背景 function SetImgCover() { $(".cc_img img").each(function() { var this_src = $(this).attr("src"); $(this).wrap("
"); $(this).css('display','none'); }); } SetImgCover(); //图片转换成背景 //关于我们 var set_o = "#wns_p2_l > div"; var set_m = "#wns_p2_bg > div"; var o_index; $(set_o).mouseenter(function() { $(this).siblings().removeClass("active"); $(this).addClass("active"); o_index = $(this).index(); $(set_m).siblings().removeClass("active"); $(set_m).eq(o_index).addClass("active"); }); //关于我们