鼠标移到图片上时,图片“友好”的渐进效果

.box  img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
}

  

原文地址:https://www.cnblogs.com/candy-Yao/p/7499880.html