DIV直线样式设置
以下为设置DIV直线样式的代码:```css
.straightline {
border-top: 1px dashed #000;
}
文件大小:861B
以下为设置DIV直线样式的代码:```css
.straightline {
border-top: 1px dashed #000;
}
评论区