Html
    Css
    Js

    
                        
p {
	padding:0px;
	margin:0;
	background:#ccc;
}
.horizontal-fix-parent {
	text-align:center;
	height:200px;
	background:#00bcd4;
}
.horizontal-fix-child {
	display:inline-block;
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

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

transfrom居中

transfrom居中相对自己定位

0