话不多说,直接上代码

          img {
            width: 100%;
            height: auto;
            transform: scale(1);
            transition: transform 1s ease 0s;
          }

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

  

相关文章: