border-bottom-width

介绍

用于设置下边框的宽度。

使用示例

语法

border-bottom-width: 10px;

取值

  • thin:细边框(2px)
  • medium:中等边框(4px)
  • thick:粗边框(6px)
  • <length>:具体尺寸值

形式定义

初始值0
适用元素所有元件
是否支持继承no
是否支持动画yes

形式语法

border-bottom-width = <line-width>
<line-width> = thin | medium | thick | <length>

与 Web 的区别

  • MDN 参考
  • 具体尺寸值不同(Web 标准:thin=1px, medium=3px, thick=5px
  • 默认值不同(Web 为 medium
  • 不支持 inherit/initial/revert/unset 全局值

兼容性

LCD tables only load in the browser

除非另有说明,本项目采用知识共享署名 4.0 国际许可协议进行许可,代码示例采用 Apache License 2.0 许可协议进行许可。