输入banner图图片脚本导航/分类

css3中matrix函数的使用_html/css_WEB-ITnose

scale(sx,sy)对应matrix(sx,0,0,sy,0,0) 拉伸


rotate(θ)对应matrix(cosθ,sinθ,-sinθ,cosθ,0,0) 旋转


skew(θx,θy)对应matrix(1,tan(θy),tan(θx),1,0,0) 倾斜