視覺進化論內容潤飾、小黃文章典藏改連站內全文、全站補上 section-copy 排版類別

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-27 16:25:02 +08:00
co-authored by Claude Sonnet 5
parent 0faebc8e88
commit 782cf3637e
5 changed files with 132 additions and 88 deletions
+15 -7
View File
@@ -12,14 +12,20 @@
margin: 0 auto;
}
.fan-article-card {
border-left: 4px solid var(--color-brand);
}
.fan-article-card__meta {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 0.82rem;
color: #9a9a9a;
color: var(--color-text-muted);
letter-spacing: 0.5px;
margin-bottom: 0.6rem;
padding-bottom: 0.6rem;
border-bottom: 1px solid rgba(255, 204, 0, 0.25);
}
.fan-article-card__board {
@@ -29,19 +35,21 @@
}
.fan-article-card__title {
margin: 0 0 0.3rem;
font-size: 1.2rem;
color: #2e2e2e;
margin: 0 0 0.5rem;
font-size: 1.35rem;
font-weight: 700;
color: var(--color-text-dark);
}
.fan-article-card__author {
margin: 0 0 0.8rem;
margin: 0 0 0.9rem;
font-size: 0.9rem;
color: #7e7e7e;
font-style: italic;
color: var(--color-text-muted);
}
.fan-article-card p:not(.fan-article-card__author) {
color: #4a4a4a;
color: var(--color-text);
line-height: 1.75;
margin: 0 0 1rem;
}