1. 程式人生 > >小程式基礎組建

小程式基礎組建

1、小程式的flex

flex-direction:row(從左到右排序)、row-reverse(從右到左排序)、column(從上到下)、column-reverse(從下到上)

flex-wrap:nowrap(不換行)、wrap(換行)、wrap-reverse(逆向換行)

justify-content:flex-start(左對齊)、flex-end(右對齊)、center(中間對齊)、space-between(在成員元素之間留空白)、space-around(在元素周圍包裹空白)

2、小程式的組建