display: flex;
display: -webkit-flex; //兼容ie
justify-content //兩端對齊方式
flex-start //默認 左對齊
flex-end //右對齊
center //居中
space-between //兩端對齊
space-around // 兩端留一點點
align-items //上下對齊方式
flex-start //靠上
flex-end //靠下
center //居中
baseline //文字居中
stretch //默認 鋪滿
flex-direction 排列順序
row //默認 左邊??
row-reverse //右邊??
column //上??
column-reverse //下??
flex-wrap 換行
nowrap //默認 不換
wrap //換 第一排在上
wrap-reverse //換 第一排在下
flex-grow:數(shù)字 //放大