img { width: 100%; height: auto; transform: scale(1); transition: transform 1s ease 0s; } img:hover { transform: scale(1.05); }
本文来自博客园,作者:半糖青柠,转载请注明原文链接:https://www.cnblogs.com/tianz/p/15686820.html