Difference between revisions of "Template:NAU-CHINA/header"

Line 184: Line 184:
 
     //背景颜色还原+下拉菜单消失
 
     //背景颜色还原+下拉菜单消失
 
     $(".menu > ul > li").mouseleave(function () {
 
     $(".menu > ul > li").mouseleave(function () {
       $(this).css({"background-color":"#fff"});
+
       $(this).css({"background-color":"transparent"});
 
       $(this).children("ul").hide();
 
       $(this).children("ul").hide();
 
     });
 
     });
 
   });
 
   });
 
</script>
 
</script>

Revision as of 07:23, 6 October 2018