这个例子使用了 border-bottom-width: thin; 来设置细边框。
border-bottom-width: thin;
这个例子使用了 border-bottom-width: 2px; 来设置2像素宽的虚线边框。
border-bottom-width: 2px;
这个例子使用了 border-bottom-width: 0.5em; 来设置相对单位边框。
border-bottom-width: 0.5em;
这个例子展示了如何组合使用 border-bottom-width, border-bottom-style 和 border-bottom-color。
border-bottom-width
border-bottom-style
border-bottom-color
这个例子展示了使用简写属性 border-bottom 的等效写法。
border-bottom