透视:perspective:none|<length>
perspective:none;
perspective:2000px; 人眼离物体的距离
perspective:500px;

perspective-origin 透视角度
perspective-origin:50% 50%; 在物体正中间透视
perspective-origin:left bottom 左下角
perspective-origin:50% -800px; 正中间向上便宜了800px;
perspective-origin:right; 右边的中间位置

translate3d()

scale3d()

rotate3d()

transform-style

backface-visibility

本节所讲语法和案例在低版本浏览器(如IE6、IE7、IE8等)中不支持。
