容器
flex-directionjustify-contentalign-itemsflex-wrapgap
8px
子项数4
预览
1
2
3
4
子项
#1grow 0 · shrink 1 · basis auto · order 0▸
#2grow 0 · shrink 1 · basis auto · order 0▸
#3grow 0 · shrink 1 · basis auto · order 0▸
#4grow 0 · shrink 1 · basis auto · order 0▸
输出
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
flex-wrap: nowrap;
gap: 8px;
}