今天是 2024年3月29日 星期五
关闭 
}; wordlimit() $(".slide-pic").slide({ mainCell: ".bd ul", autoPlay: false, effect: "leftLoop", }); $(".slide-box").slide({ mainCell: ".bd ul", autoPlay: true, effect: "leftLoop", }); $(".right-block").slide({}); $(".slide-pic2").slide({ titCell: ".hd2 ul", mainCell: ".bd2 ul", autoPage: true, effect: "left", autoPlay: true, vis: 4, trigger: "click" }); //新tabs切换 function tabs(handles, cons, more) { $(handles).each(function (num) { $(this).mousemove(function () { $(handles).removeClass("on"); $(this).addClass("on"); $(cons).removeClass("show"); $($(cons)[num]).addClass("show"); $(more).removeClass("show") $($(more)[num]).addClass("show") }); }); } tabs($(".right-li"), $(".con"), $(".right-more"))