display: flex;
flex-flow: row wrap; //clom为垂直
justify-content: space-around;
order:1;//数越大越靠后
nowrap的情况:
justify-content:
align-content:
其他(对齐等):https://segmentfault.com/a/1190000002910324
display: flex;
flex-flow: row wrap; //clom为垂直
justify-content: space-around;
order:1;//数越大越靠后
nowrap的情况:
justify-content:
align-content: