图片悬浮放大的效果

      img {
        @include size(100%);
        transition: all 0.5s linear;
        &:hover {
          transform: scale(1.1);
        }
      }
posted @ 2021-11-05 10:32  盘思动  阅读(62)  评论(0编辑  收藏  举报