<style>
#experiment{
-moz-perspective: 800;
-moz-perspective-origin: 50% 50%;
-moz-transform-style:-moz-preserve-3d;
}
#block{
width:500px;
height:500px;
background-color: #69c;
margin:100px auto;
-moz-transform:rotateX(45deg);
}
</style>
</head>
#experiment{
-moz-perspective: 800;
-moz-perspective-origin: 50% 50%;
-moz-transform-style:-moz-preserve-3d;
}
#block{
width:500px;
height:500px;
background-color: #69c;
margin:100px auto;
-moz-transform:rotateX(45deg);
}
</style>
</head>
2015-01-11
-webkit-perspective-origin:60% 60%;我稍微给了倾斜视角翻页效果,用chrome的手机模式不起作用,在手机上也没有起作用!求解???
2014-12-23