1
0

优化样式表,更新字体引用,调整背景色,增强响应式设计;更新首页轮播图,添加新图片;重构JavaScript功能,增加客服小部件;修复HTML结构,确保页面加载顺畅。

This commit is contained in:
2026-04-20 16:54:17 +08:00
parent 2356843b77
commit 12de99c55e
10 changed files with 199 additions and 80 deletions

View File

@@ -3,8 +3,6 @@
Smart Timeline Component - Horizontal Expansion
============================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;700&family=Oswald:wght@400;700&display=swap');
:root {
--tl-bg-color: #f8fafc;
--tl-line-color: rgba(20, 129, 255, 0.3);
@@ -12,6 +10,10 @@
--tl-text-color: #2a3e5d;
--tl-year-color: #102541;
--tl-transition-speed: 0.5s;
--tl-font-sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
"Noto Sans CJK SC", "Source Han Sans SC", sans-serif;
--tl-font-display: "DIN Alternate", "Arial Narrow", "Helvetica Neue",
Arial, sans-serif;
}
/* Section 容器 */
@@ -20,7 +22,7 @@
background-image:
radial-gradient(circle at 10% 20%, rgba(20, 129, 255, 0.08) 0%, transparent 20%),
radial-gradient(circle at 90% 80%, rgba(20, 129, 255, 0.05) 0%, transparent 20%);
font-family: 'Noto Sans SC', sans-serif;
font-family: var(--tl-font-sans);
overflow: hidden;
display: flex;
flex-direction: column;
@@ -124,7 +126,7 @@
transform-origin: 0 0;
transform: rotate(90deg);
font-family: 'Oswald', sans-serif;
font-family: var(--tl-font-display);
font-size: 14px;
color: var(--tl-year-color);
white-space: nowrap;
@@ -140,7 +142,7 @@
/* 竖向文字中的简短描述 */
.short-desc {
font-family: 'Noto Sans SC', sans-serif;
font-family: var(--tl-font-sans);
font-size: 12px;
opacity: 0.6;
font-weight: 300;
@@ -194,7 +196,7 @@
.content-date {
display: block;
color: var(--tl-active-color);
font-family: 'Oswald', sans-serif;
font-family: var(--tl-font-display);
font-size: 2rem;
margin-bottom: 15px;
font-weight: bold;