1 文字環繞,將標題放在中間:佈局
左邊元素:float:left;table
右邊元素:float:right;float
text-align:center;自適應
2.單側固定:margin
左側:width:tab
float:di
右側:padding-left/margin-left;inline-block
Dom與顯示位置匹配的單側固定佈局:display
width:100%;float: ;block
padding-left/margin-left;
width+float+margin的值;
3.高級自適應尺寸:
float:
display:table-cell;
display:inline-block;