//婊氬姩鏁堟灉 $(function($) { $(window).on("resize", function(e) { var html_txt = $(".Floor001893 .copy_txt").html(); var html_year = $(".Floor001893 .copy_year").html(); var all_w = $(".Floor001893 .auto").width() - 80 var w_1893 = $(window).width() // $(".Floor001893 .year .bd").find(".tempWrap").remove(); $(".Floor001893 .txt").find("ul").remove(); $(".Floor001893 .year .bd").html(html_year); // if (w_1893 <= 1024) { if (w_1893 <= 768) { if (w_1893 <= 480) { var li_w = all_w / 2 } else { var li_w = all_w / 4 } } else { var li_w = all_w / 5 } } else { var li_w = all_w / 6 } // $(".Floor001893 .year .bd").find("li").width(li_w); $(".Floor001893 .txt").html(html_txt); //鍔犺浇鎻掍欢 if (w_1893 <= 1024) { if (w_1893 <= 768) { if (w_1893 <= 480) { Floor001893(2); } else { Floor001893(4); } } else { Floor001893(5); } } else { Floor001893(6); } //end }).trigger("resize"); }); //婊氬姩鎻掍欢鍙傛暟 function Floor001893(num) { $(".Floor001893").slide({ mainCell: ".bd ul", effect: "left", vis: num, autoPage: true, pnLoop: true, autoPlay:true }); $(".Floor001893").slide({ mainCell: ".txt ul", titCell: ".bd li", effect: "fade", pnLoop: true, autoPlay:true }); }