將FLEX項目移到頂部,如果flex-direction: row; ,就設置 align-items: flex-start 將FLEX項目左右移動,如果flex-direction: row; ,設置justify-content: flex-start/flex-end; 為啥就不一樣了???
將FLEX項目移到頂部,如果flex-direction: row; ,就設置 align-items: flex-start
將FLEX項目左右移動,如果flex-direction: row;? ,設置justify-content: flex-start/flex-end;
為啥就不一樣了???
2016-01-06
...