.box {
display: flex;
flex-direction: ;
flex-wrap: ;
flex-flow: ;
justify-content: ;
align-items: ;
align-content: ;
}
.item{
order: ;
flex-grow: ;
flex-shrink: ;
flex-basis: ;
flex: ;
align-self: ;
}
flex父容器属性
flex的子元素属性