下面是一些示例:
/* 使用像素值设置底部边框宽度为3像素 */
element {
border-bottom-width: 3px;
}
/* 使用百分比设置底部边框宽度为元素宽度的50% */
element {
border-bottom-width: 50%;
}
/* 使用预定义值设置底部边框宽度为medium */
element {
border-bottom-width: medium;
}
请注意,border-bottom-width 属性通常与其他边框相关的属性一起使用,例如 border-style(边框样式)和 border-color(边框颜色)。
转载请注明出处:http://www.zyzy.cn/article/detail/4124/CSS