实际上,transform:scaleX(1.5);其实可以等价于transform:scale(1.5, 0);,小伙伴们可以自行测试一下。 举例:scaleY(y). 在线测试. <!DOCTYPE html> ...
確定! 回上一頁