flex布局
flex布局
1.justify-content: flex-start;
2.justify-content: flex-end;
3.justify-content: space-between;
4.justify-content: center;
5.justify-content: space-around;
6.justify-content: space-evenfy;
1.justify-content: flex-start;
2.justify-content: center;
3.justify-content: flex-end;
4.justify-content: space-between;
5.justify-content: space-around;
6.justify-content: space-evenly;