如需要调整大小,请修改demo.css样式中的500px
.right{
width:500px;
height:500px;
position:absolute;
right:0;
top:0;
left:0;
bottom:0;
margin:auto;
}
.right .imgArea{
height:500px;
width:500px;
position:relative;
}