transform()

  • translate(30px,30px) 移动
  • rotate(30deg)  旋转
  • scale(2,2)   乘以2
  • skew(20deg,30deg) 元素翻转给定的角度,根据给定的水平线(X 轴)和垂直线(Y 轴)参数:
  • matrix()

多个写时,用空格分离

posted on 2016-10-10 18:38  bk1995  阅读(106)  评论(0编辑  收藏  举报

导航