Html
    Css
    Js

    
                        
.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;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.9.1
 立即下载

页面垂直居中代码(原创)

简单的页面垂直水平居中代码

0