交叉轴位置align-items:stretch(默认值)

交叉轴位置align-items:center

交叉轴位置align-items:baseline

交叉轴位置align-items:flex-start

交叉轴位置align-items:flex-end

主轴位置justify-content: flex-start;(默认值)

主轴位置justify-content: flex-end;

主轴位置justify-content: center;

主轴位置justify-content: space-around;

主轴位置justify-content: space-between;