demo:http://www.html5tricks.com/css3-image-hover-effect.html
.parent_menu:hover div{ transform: scale(1.2, 1.2); transition: .3s transform; }
转载于:https://www.cnblogs.com/hgj123/p/5311713.html