none 隐藏元素
block 将元素设置为块级元素
inline 将元素设置为内联元素
list-item 将元素设置为列表项目
inline-block 将元素设置为行内块元素
table 将元素设置为块元素级的表格(类似<table>)
inline-table 将元素设置为内联元素级的表格(类似<table>)
table-caption 将元素设置为表格的标题(类似<caption>)
table-cell 将元素设置为表格的单元格(类似<td>和<th>)
table-row 将元素设置为表格的行(类似<tr>)
table-row-group 将元素设置为表格的内容部分(类似<tbody>)