|  |      1des      2018-09-29 15:31:16 +08:00 via Android justify-content 设置主轴对齐 align-items 设置侧轴对齐 如果你想要嵌套 flex 的那种效果,请使用 grid 布局 | 
|  |      2binaryify      2018-09-29 15:51:59 +08:00 flex-direction: column | 
|  |      3Jackliu      2018-09-29 16:01:23 +08:00 flex-direction | 
|  |      4Edwards      2018-09-29 16:28:54 +08:00 你需要先确定主轴和交叉轴这个东西, 取决于 flex-direction。justify-content 指的是主轴方向的排布,align-item 指的是交叉轴上的排布 | 
|  |      5yggd      2018-09-29 16:39:48 +08:00 | 
|  |      6pinews OP |