$(".box li").mouseenter(function(){
$(this).children("p").animate({
"height":"40px",
},500);
$(this).children("div:even").animate({
"width":"100%",
},500).css("background","#02b3bf");
$(this).children("div:odd").animate({
"height":"100%",
},500).css("background","#02b3bf");
});
$(".box li").mouseleave(function(){
$(this).children("p").animate({
"height":"0px"
});
$(this).children("div:even").animate({
"width":"0%",
},500).css("background","#02b3bf");
$(this).children("div:odd").animate({
"height":"0%",
},500).css("background","#02b3bf");
});
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
