1. div {
    2. width: 100px;
    3. height: 100px;
    4. background-color: red;
    5. transform: scale(x, y);
    6. }
    • 缩放不影响其他元素
    • 默认中心缩放