Authored by weiqingting

首页图片悬浮

@@ -34,6 +34,13 @@ if ($.inArray(homePage, ['boys','girls','kids','lifestyle']) > -1) { @@ -34,6 +34,13 @@ if ($.inArray(homePage, ['boys','girls','kids','lifestyle']) > -1) {
34 }); 34 });
35 } 35 }
36 36
  37 +$(".imgopacity")
  38 +.on("mouseenter", "a img", function() {
  39 + $(this).css("opacity", 0.8)
  40 +})
  41 +.on("mouseenter", "a img", function() {
  42 + $(this).css("opacity", 1);
  43 +});
37 44
38 45
39 lazyLoad($('img.lazy')); 46 lazyLoad($('img.lazy'));