鼠标滑动图片变大

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