flex -direction: column;/*垂直由上排列(自動水平方向撐滿)*/ ... flex-flow 可以用來同時定義flex-direction 和flex-wrap,如下 flex-flow: colum wrap; /*垂直流動+ ...
確定! 回上一頁