feat: 品牌化 — spdis.space 图标、主站链接、DeepSeek 维护说明

This commit is contained in:
2026-06-02 13:17:24 +00:00
parent 4b6401fd4b
commit 877d38710c
5 changed files with 44 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ body {
}
.header { text-align: center; margin-bottom: 32px; }
.header .home-link { text-decoration: none; color: inherit; display: inline-flex; align-items: center; gap: 10px; }
.header .header-icon { width: 32px; height: 32px; border-radius: 6px; }
.header h1 {
font-size: 1.5em;
background: linear-gradient(135deg, var(--blue), var(--purple), var(--pink));
@@ -292,6 +294,17 @@ body {
padding-right: 4px;
border-radius: 0 4px 4px 0;
}
/* Footer */
.site-footer {
text-align: center;
padding: 24px 16px 8px;
color: var(--text-dim);
font-size: 0.8em;
border-top: 1px solid var(--border);
margin-top: 40px;
}
.site-footer strong { color: var(--cyan); }
.trans-en, .trans-zh {
font-size: 0.82em; line-height: 1.65;
}
@@ -311,3 +324,14 @@ body {
padding-right: 4px;
border-radius: 0 4px 4px 0;
}
/* Footer */
.site-footer {
text-align: center;
padding: 24px 16px 8px;
color: var(--text-dim);
font-size: 0.8em;
border-top: 1px solid var(--border);
margin-top: 40px;
}
.site-footer strong { color: var(--cyan); }