.detail-img {
border:1px solid #e4e4e4;
height:285px;
width:100%;
text-align:center;
position:relative;
background: #000;
}
.img-center {
position:absolute;
top:0;
right:0;
bottom:0;
left:0;
margin:auto;
max-width:100%;
max-height:100%;
}
.detail-img img {
max-width:200px;
max-height:200px;
}
简单的页面垂直水平居中代码