$(document).ready(function(){$(".dropdown").mouseover(function(){$(this).css("z-index",1e3);$(this).children("div").stop().slideDown(60)});$(".dropdown").mouseleave(function(){$(this).css("z-index",0);$(this).children("div").stop().slideUp(0)});$(".nano-index-top-collect").on("click",function(){var n=$(this);layer.alert("请按组合键 Ctrl+D 收藏!",{icon:6,offset:n.offset().top-$(window).scrollTop()+200+"px"})})})