a:hover{
z-index: 2; /*设置在顶层显示*/
-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); /*添加阴影*/
box-shadow: 0 15px 30px rgba(0,0,0,0.1);
-webkit-transform: translate3d(0, -2px, 0); /*向上浮动*/
transform: translate3d(0, -2px, 0);
}
作者:百秀,转载请注明。