【横向排列】flex-direction:row
【纵向排列】flex-direction:column
【允许换行】flex-wrap:wrap
【靠左/靠上】justify-content:flex-start
【靠右/靠下】justify-content:flex-end
【居中】justify-content:center
【四周都有边距】justify-content:space-around
【两者之间有边距】justify-content:space-between
【边距平均分】justify-content:space-evenly
【靠左/靠上】justify-content:flex-start
【靠右/靠下】justify-content:flex-end
【居中】justify-content:center
【靠左/靠上】justify-content:flex-start
【靠右/靠下】justify-content:flex-end
【居中】justify-content:center