<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>3D动画翻转</title>
<script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script>
<style>
.book {
width:460px;
height:300px;
position:relative;
margin:10px 300px;
-webkit-transform-style:preserve-3d;
-moz-transform-style:preserve-3d;
-ms-transform-style:preserve-3d;
transform-style:preserve-3d;
transform:rotatex(30deg);
}
.page {
width:230px;
height:300px;
border:1px