话不多说,直接上代码

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

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

  

相关文章:

  • 2021-09-29
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
相关资源
相似解决方案