标签 ‘ style

WordPress 如何在各文章之间添加分割线

只需在模板的 style.css样式表中增加以下字段就可以
.post{
 border-bottom: gainsboro 1px solid; /*
分割线颜色,线为实线,粗细为 1px*/
 padding-bottom: 10px;               /*分割线距文章底部10px,否则会紧贴文章底部,不美观*/
}
  • WordPress 如何在各文章之间添加分割线已关闭评论

return top