html+css:display:flex属性不常用但是好用的属性
以下6个属性设置在容器上。
- flex-direction
- flex-wrap
- flex-flow
- justify-content
- align-items
- align-content
flex-direction属性决定主轴的方向(即项目的排列方向)。
.box {
flex-direction: row | row-reverse | column | column-reverse;
}
-
box{ -
flex-wrap: nowrap | wrap | wrap-reverse; -
}

-
.box { -
flex-flow: <flex-direction> || <flex-wrap>; -
}

浙公网安备 33010602011771号