flex布局

2017-06-24  本文已影响0人  dissolvache
display: flex;
flex-flow: row wrap; //clom为垂直
justify-content: space-around;
order:1;//数越大越靠后

nowrap的情况:


Paste_Image.png

justify-content:

Paste_Image.png

align-content:

Paste_Image.png
其他(对齐等):https://segmentfault.com/a/1190000002910324
上一篇 下一篇

猜你喜欢

热点阅读