|
@@ -171,6 +171,13 @@ body {
|
|
|
color: #000;
|
|
color: #000;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/* ==================== 文章分割线 ==================== */
|
|
|
|
|
+.post-separator {
|
|
|
|
|
+ border: none;
|
|
|
|
|
+ border-top: 2px dashed #aaa;
|
|
|
|
|
+ margin: 1rem 0 0.5rem 0;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
/* ==================== 空状态 ==================== */
|
|
/* ==================== 空状态 ==================== */
|
|
|
.empty-state {
|
|
.empty-state {
|
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -331,3 +338,10 @@ body {
|
|
|
.post-content p {
|
|
.post-content p {
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+/* ==================== 分割线样式 ==================== */
|
|
|
|
|
+.post-separator {
|
|
|
|
|
+ border: none;
|
|
|
|
|
+ border-top: 2px dashed #aaa;
|
|
|
|
|
+ margin: 1rem 0 0.5rem 0;
|
|
|
|
|
+}
|