鼠标滑动图片变大
demo:http://www.html5tricks.com/css3-image-hover-effect.html
.parent_menu:hover div{
transform: scale(1.2, 1.2);
transition: .3s transform;
}
版权声明:本文为hgj123原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
demo:http://www.html5tricks.com/css3-image-hover-effect.html
.parent_menu:hover div{
transform: scale(1.2, 1.2);
transition: .3s transform;
}