作者 anyv
1 个管道 的构建 通过 耗费 0 秒

s

... ... @@ -149,7 +149,7 @@
});
}
}*/
$(function(){
$('.pro_btn').click(function(){
$('.pro_right_txt').removeClass('pro_height');
})
... ... @@ -226,6 +226,7 @@
$('.header2_box>ul>li').each(function () {
$(this).mouseover(function () {
$(this).children('.header2_box2').show();
console.log(11)
}).mouseout(function () {
$(this).children('.header2_box2').hide();
})
... ... @@ -259,10 +260,6 @@
$(this).addClass('cel_3_Li_act').siblings().removeClass('cel_3_Li_act');
})
})
})
</script>
</body>
</html>
\ No newline at end of file
... ...