# div

基本容器,支持子组件,支持通用属性,支持通用样式,支持通用事件

# 样式

名称 类型 默认值 必填 描述
flex-direction column | row | column-reverse | row-reverse row -
flex-wrap nowrap | wrap | wrap-reverse nowrap -
justify-content flex-start | flex-end | center | space-between | space-around flex-start -
align-items stretch | flex-start | flex-end | center stretch -
align-content stretch | flex-start | flex-end | center | space-between | space-around stretch -
div视图容器
它类似于传统html中的div,用于包裹各种元素内容。包裹文字应该使用<text>组件。
更多布局示例
```html ```
复制代码
图标 图标
图标 图标
图标
图标
设计尺寸:750X750
基本布局示例
```html ```
复制代码
图标 图标
图标 图标
图标
图标
设计尺寸:750X750