<div class="brand">
<a target="_blank" href="https://jy.tp.yuanmeng.life/"><img alt="兰芝" src="images/20121119104931.jpg" /></a>
<a target="_blank" href="https://jy.tp.yuanmeng.life/"><img alt="丝塔芙" src="images/20121015052055.jpg" /></a>
<a target="_blank" href="https://jy.tp.yuanmeng.life/"><img alt="玉兰油" src="images/20121123030707.jpg" /></a>
</div> //品牌翻转
var allBrandAnimate = function(t, d) {
if (t.find('.brand b').length != 0) {
return false;
}
t.find('.brand a').each(function() {
$(this).append('<b>' + $(this).find('img').attr('alt') + '</b>')
});
t.find('.brand a').hover(function() {
$(this).find('img').stop().animate({'height': 0, 'top': '35px'}, d, function() {
$(this).hide().next().show();
$(this).next().animate({
'height': '70px',
'top': '0'
}, d);
});
}, function() {
$(this).find('b').animate({'height': 0, 'top': '35px'}, d, function() {
$(this).hide().prev().show();
$(this).prev().animate({
'height': '70px',
'top': '0'
}, d);
});
});
}
allBrandAnimate($('.allbrand'), 80);
*
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



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