.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-directionflex父容器属性
flex-wrap
flex-flow
justify-content
align-items
align-content
orderflex的子元素属性
放大比例
缩小比例
默认尺寸
flex 简写 align-self
网友评论