CSS5 鼠标移动到图片上 Hover 放大效果

21年05月04日

演示看本站

a img {
transition: all 0.5s ease-in-out 0s;
}

a:hover img {
transform: scale(1.05);
}

 

给句点评吧!
loading