//用户信息 $("#user-info").hover(function() { $(this).addClass("open"); }, function() { $(this).removeClass("open"); });