摘要: 1.flex-direction flex-direction属性决定主轴的方向(即项目的排列方向)。 .box { flex-direction: row | row-reverse | column | column-reverse; } row(默认值):主轴为水平方向,起点在左端。 row- 阅读全文
posted @ 2021-10-28 21:46 卡坦菲 阅读(34) 评论(0) 推荐(0)