| inputs | 说明 | 取值 |
|---|---|---|
| flex | display | "flex","inline-flex" |
| direction | flex-direction | "row","row-reverse","column","column-reverse" |
| wrap | flex-wrap | "nowrap", "wrap", "wrap-reverse" |
| justify | justify-content | "flex-start","flex-end","center","space-between","space-around" |
| align | align-items | "flex-start","flex-end","center", "baseline","stretch" |
| alignContent | align-content | "flex-start","flex-end","center","space-between","space-around","stretch" |
| inputs | 说明 | 取值 |
|---|---|---|
| order | order | number |
| grow | flex-grow | number |
| shrink | flex-shrink | number |
| basis | flex-basis | string |
| self | align-self | "auto", "flex-start", "flex-end","center","baseline","stretch" |
组件库
| 组件名 | 说明 | 地址 |
|---|---|---|
| iwe7-flex | flex布局组件 | https://github.com/iwe7/iwe7-flex |
| iwe7-map | 百度地图组件 | https://github.com/iwe7/iwe7-map |
| iwe7-im | IM组件 | https://github.com/iwe7/iwe7-im |
| iwe7-icss | rxjs操作css | https://github.com/iwe7/iwe7-icss |
| iwe7-core | 核心库 | https://github.com/iwe7/iwe7-core |
| iwe7-script | 加载css和js | https://github.com/iwe7/iwe7-script |
| iwe7-util | 工具 | https://github.com/iwe7/iwe7-util |
| iwe7-square | 正方形组件 | https://github.com/iwe7/iwe7-square |
| iwe7-better-scroll | 滑动组件 | https://github.com/iwe7/iwe7-better-scroll |
| iwe7-web-storage | 缓存相关 | https://github.com/iwe7/iwe7-web-storage |
| iwe7-url | api链接便签 | https://github.com/iwe7/iwe7-url |
| iwe7-video | 视频播放 | https://github.com/iwe7/iwe7-video |