img {
        @include size(100%);
        transition: all 0.5s linear;
        &:hover {
          transform: scale(1.1);
        }
      }

相关文章:

猜你喜欢
相关资源
相似解决方案