Authored by weiqingting

首页图片悬浮

... ... @@ -34,6 +34,13 @@ if ($.inArray(homePage, ['boys','girls','kids','lifestyle']) > -1) {
});
}
$(".imgopacity")
.on("mouseenter", "a img", function() {
$(this).css("opacity", 0.8)
})
.on("mouseenter", "a img", function() {
$(this).css("opacity", 1);
});
lazyLoad($('img.lazy'));
... ...