CSS之使用 transform: scale() 进行放大缩小 Posted on 2019-06-19 Edited on 2025-04-27 In css Symbols count in article: 112 Reading time ≈ 1 mins. 使用 transform: scale()放大或缩小 div transition: transform 0.2s ease-out,-webkit-transform 0.2s ease-out;transform: scale(1.33);