border-left-width

介绍

用于设置左边框的宽度。

取值

  • thin 细边框。

  • medium中等边框。

  • thick 粗边框。

  • <length> 以具体的尺寸定义边框宽度

样例:

border-left-width: thin;
border-left-width: medium;
1
2

标准化语法

thin | medium | thick | <length>
1

与 Web 的区别

不支持 inherit、initial、revert、unset 等

默认值为 0, 区别于 web 的默认值 'medium'

Last Updated: 2022/7/15 下午7:22:06