# display

  • none Turns off the display of an element (it has no effect on layout);
  • block 像块类型元素一样显示。
  • inline 缺省值。像行内元素类型一样显示。
  • inline-block 像行内元素一样显示,但其内容像块类型元素一样显示(可以设置 width height)。
  • list-item 像块类型元素一样显示,并添加样式列表标记