CSS 3D transforms系列教程-Perspective DEMO2Perspective 2 - children · Intro to CSS 3D transforms › Examples

DEMO1 DEMO2 DEMO3
#red figure {
  background: red;
  transform: perspective( 400px ) rotateY(45deg);
}
#blue {
	  perspective: 400px;
	}

	#blue figure {
	  background: blue;
	  transform: rotateY( 45deg );
	}

对不起,你的浏览器不支持CSS 3D transforms。