border-top-style是CSS属性之一,用于设置元素顶部边框的样式。它是border-top属性的子属性之一。
以下是一些border-top-style的示例:
设置顶部边框为实线:
border-top-style: solid;
设置顶部边框为虚线:
border-top-style: dashed;
设置顶部边框为双实线:
border-top-style: double;
注意,如果想要同时设置所有四个边框的样式,建议使用border-style属性,它包括border-top-style、border-right-style、border-bottom-style和border-left-style的缩写。