body {
background:#000;
perspective:2000px;
}
#box {
width:220px;
height:300px;
margin:200px auto;
position:relative;
transform-style:preserve-3d;
}
#box img {
width:100%;
height:100%;
position:absolute;
-webkit-box-reflect:below 10px;
}
纯JS手写,含部分备注