transform水平且垂直居中定位
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%); }
transfrom居中相对自己定位