鼠标悬浮在img上让图片变大 样式: <style type="text/css"> img:hover{ transform:scale(1.02,1.02)}</style> HMTL代码: <img src="images/eg_tulip.jpg" />