##定宽自适应
1.float + margin-left
2.float + margin-left + (fix)
3.float + overflow:hidden ie6
4.table + table-cell ie6/7
5.flex
##不定宽自适应
1.float + overflow:hidden ie6
2.table + table-cell ie6/7
3.flex
##等分
1.float
2.table
3.flex
#等高
1.table
2.flex;
3.float 伪等高,但是兼容性好
##全屏布局
1.position;
2.flex