diff --git a/index.html b/index.html
index 4f452f1..e0fad9b 100644
--- a/index.html
+++ b/index.html
@@ -8,6 +8,11 @@
+
+
+
+
+
金融日报 | Financial Daily — 北美华人投资者日报
@@ -1173,9 +1178,106 @@
/* live data age warning */
.data-stale { border-color: rgba(255,179,0,0.35) !important; }
+ /* ── Reading progress bar ──────────────────────────────────── */
+ #reading-progress {
+ position: fixed; top: 0; left: 0; height: 3px; width: 0%;
+ background: linear-gradient(90deg, var(--accent) 0%, #4fc3f7 100%);
+ z-index: 9999; transition: width 0.1s linear;
+ box-shadow: 0 0 8px rgba(0,212,170,0.6);
+ }
+
+ /* ── Sticky section jump nav ───────────────────────────── */
+ .jump-nav {
+ position: sticky; top: 0; z-index: 90;
+ background: rgba(7,11,20,0.94); backdrop-filter: blur(14px);
+ border-bottom: 1px solid var(--border);
+ padding: 7px 20px; display: flex; gap: 6px;
+ flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none;
+ }
+ .jump-nav::-webkit-scrollbar { display: none; }
+ .jump-nav a {
+ font-size: 0.67rem; font-family: var(--mono);
+ color: var(--muted); padding: 4px 10px;
+ border: 1px solid var(--border); border-radius: 20px;
+ white-space: nowrap; text-decoration: none;
+ transition: all 0.18s; flex-shrink: 0;
+ }
+ .jump-nav a:hover, .jump-nav a.active {
+ color: var(--accent); border-color: rgba(0,212,170,0.5);
+ background: rgba(0,212,170,0.08); text-decoration: none;
+ }
+
+ /* ── Floating action cluster ───────────────────────────── */
+ .fab-cluster {
+ position: fixed; bottom: 28px; right: 24px;
+ display: flex; flex-direction: column; gap: 10px;
+ z-index: 500;
+ }
+ .fab {
+ width: 44px; height: 44px; border-radius: 50%;
+ border: 1px solid var(--border-light);
+ background: var(--card); color: var(--muted);
+ display: flex; align-items: center; justify-content: center;
+ cursor: pointer; font-size: 1.1rem;
+ box-shadow: 0 4px 16px rgba(0,0,0,0.5);
+ transition: all 0.2s;
+ }
+ .fab:hover { background: var(--card-hover); color: var(--accent); border-color: rgba(0,212,170,0.5); transform: scale(1.08); }
+ #fab-top { opacity: 0; pointer-events: none; transition: opacity 0.3s; }
+ #fab-top.visible { opacity: 1; pointer-events: auto; }
+
+ /* ── Subscribe strip (inline, after summary) ───────────────── */
+ .subscribe-strip {
+ background: linear-gradient(135deg, rgba(0,212,170,0.06) 0%, rgba(79,195,247,0.04) 100%);
+ border: 1px solid rgba(0,212,170,0.2);
+ border-radius: var(--radius-lg); padding: 14px 18px;
+ display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
+ margin-bottom: 16px;
+ }
+ .subscribe-strip-icon { font-size: 1.3rem; flex-shrink: 0; }
+ .subscribe-strip-body { flex: 1; min-width: 160px; }
+ .subscribe-strip-body strong { display: block; color: var(--accent); font-size: 0.86rem; margin-bottom: 2px; }
+ .subscribe-strip-body span { font-size: 0.73rem; color: var(--muted); }
+ .subscribe-strip-actions { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; }
+ .btn-sub-email {
+ padding: 6px 12px; border-radius: 6px; border: none;
+ background: var(--accent); color: #000; font-size: 0.76rem;
+ font-weight: 600; cursor: pointer; white-space: nowrap;
+ }
+ .btn-sub-email:hover { background: #33e0be; }
+ .btn-sub-tg {
+ padding: 6px 12px; border-radius: 6px;
+ background: linear-gradient(135deg,#229ED9,#1a8bbf);
+ color: #fff; font-size: 0.76rem; font-weight: 600;
+ text-decoration: none; white-space: nowrap; display: flex; align-items: center; gap: 5px;
+ }
+ .btn-sub-tg:hover { opacity: 0.9; text-decoration: none; color: #fff; }
+
+ /* ── Section anchor scroll offset (for sticky jump nav) ── */
+ .sec-anchor { scroll-margin-top: 90px; }
+
+ /* ── Share toast ──────────────────────────────────────────── */
+ #share-toast {
+ position: fixed; bottom: 84px; right: 24px;
+ background: var(--card); border: 1px solid var(--border-light);
+ color: var(--text); font-size: 0.78rem; padding: 8px 14px;
+ border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,0.4);
+ opacity: 0; pointer-events: none; transition: opacity 0.3s;
+ z-index: 501;
+ }
+ #share-toast.show { opacity: 1; }
+
+ /* ── Mobile tweaks ────────────────────────────────────────── */
+ @media (max-width: 768px) {
+ .two-col { grid-template-columns: 1fr !important; }
+ .fab-cluster { bottom: 20px; right: 16px; }
+ .subscribe-strip { flex-direction: column; align-items: flex-start; }
+ .jump-nav { padding: 6px 12px; }
+ }
+
+
+
@@ -1276,7 +1393,7 @@
-
+
@@ -1295,10 +1412,34 @@
+
+
+
+
📬
+
+ 订阅每日金融早报 — 免费
+ 每个交易日自动更新,开盘前 + 收盘后各一次
+
+
+
+
+
-