1.内容
text-align:center
适用于对齐内部的 inline-block 元素(场景:左侧图标,右侧内容块,可随内容自适应对齐)
2.块
display:table  &&  text-align:center
3.块
margin:0 auto;
4.块
position:absolute  &&  margin负值(定宽)
||  margin负值 
|| position:relative &&  left负值

相关文章: