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
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
本文标题:flex布局
本文链接:https://www.haomeiwen.com/subject/fdyccxtx.html
网友评论