feat: apply B-147 visual tokens to shell and three representative pages
Closes B-156 Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
co-authored by
Cursor
multica-agent
parent
b60a4cb682
commit
e778c883db
+51
-56
@@ -17,19 +17,19 @@
|
||||
document.documentElement.style.colorScheme = theme;
|
||||
})();
|
||||
</script>
|
||||
<link rel="stylesheet" href="/shared/tokens.css?v=20260818-2">
|
||||
<link rel="stylesheet" href="/shared/tokens.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/shared/base.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260818-3">
|
||||
<link rel="stylesheet" href="/shared/shell.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/shared/auth.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/components/controls.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/components/navigation.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/components/cards.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/components/tables.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/components/controls.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/shared/components/navigation.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/shared/components/cards.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/shared/components/tables.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/shared/components/dialogs.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/shared/components/feedback.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/pages/market/foundation.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/pages/sentiment/foundation.css?v=20260806-2">
|
||||
<link rel="stylesheet" href="/pages/pools/foundation.css?v=20260806-2">
|
||||
<link rel="stylesheet" href="/pages/sentiment/foundation.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/pages/pools/foundation.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/pages/ladder/foundation.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/pages/rotation/foundation.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/pages/auction/foundation.css?v=20260806-2">
|
||||
@@ -37,7 +37,7 @@
|
||||
<link rel="stylesheet" href="/pages/popularity/foundation.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/pages/dragon-tiger/foundation.css?v=20260806-1">
|
||||
<link rel="stylesheet" href="/pages/screener/foundation.css?v=20260806-2">
|
||||
<link rel="stylesheet" href="/pages/mentor/foundation.css?v=20260818-3">
|
||||
<link rel="stylesheet" href="/pages/mentor/foundation.css?v=20260820-1">
|
||||
<link rel="stylesheet" href="/pages/heaven/foundation.css?v=20260806-2">
|
||||
<link rel="stylesheet" href="/pages/review/foundation.css?v=20260806-1">
|
||||
</head>
|
||||
@@ -72,12 +72,48 @@
|
||||
<strong id="currentPageTitle">小白复盘</strong>
|
||||
<span id="currentPageSubtitle"></span>
|
||||
</div>
|
||||
<div class="market-tape" aria-label="市场概况">
|
||||
<span class="market-item up">上涨 <strong id="tapeUp">--</strong></span>
|
||||
<span class="market-item down">下跌 <strong id="tapeDown">--</strong></span>
|
||||
<span class="market-item">涨停 <strong id="tapeLimit">--</strong></span>
|
||||
<span class="market-item">成交额 <strong id="tapeAmount">--</strong></span>
|
||||
</div>
|
||||
<section class="overview-strip" aria-label="当日复盘指标" data-overview-expanded="false">
|
||||
<div class="market-tape" aria-label="市场概况">
|
||||
<div class="tape-metric tape-sentiment sentiment-block">
|
||||
<span class="metric-label">市场情绪</span>
|
||||
<span class="tape-metric-value">
|
||||
<strong id="sentimentScore">--</strong>
|
||||
<em id="sentimentText" class="sentiment-text">等待数据</em>
|
||||
</span>
|
||||
<div class="sentiment-gauge" id="sentimentGauge" aria-hidden="true"><span>--</span></div>
|
||||
</div>
|
||||
<div class="tape-metric market-item">
|
||||
<span class="metric-label">涨停</span>
|
||||
<strong id="limitUpMetric" class="metric-value up">--</strong>
|
||||
</div>
|
||||
<div class="tape-metric market-item">
|
||||
<span class="metric-label">跌停</span>
|
||||
<strong id="limitDownMetric" class="metric-value down">--</strong>
|
||||
</div>
|
||||
<div class="tape-metric tape-optional market-item">
|
||||
<span class="metric-label">炸板</span>
|
||||
<strong id="brokenMetric" class="metric-value warning">--</strong>
|
||||
</div>
|
||||
<div class="tape-metric tape-optional market-item">
|
||||
<span class="metric-label">封板率</span>
|
||||
<strong id="sealRateMetric" class="metric-value">--</strong>
|
||||
</div>
|
||||
<div class="tape-metric market-item">
|
||||
<span class="metric-label">两市成交</span>
|
||||
<strong id="amountMetric" class="metric-value">--</strong>
|
||||
</div>
|
||||
<button id="overviewToggle" class="overview-toggle" type="button" aria-expanded="false" title="展开市场详情">
|
||||
<span>详情</span><i data-lucide="chevron-down" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="tape-detail">
|
||||
<div class="tape-detail-item market-item"><span>上涨家数</span><strong id="tapeUp" class="up">--</strong></div>
|
||||
<div class="tape-detail-item market-item"><span>下跌家数</span><strong id="tapeDown" class="down">--</strong></div>
|
||||
<div class="tape-detail-item market-item"><span>涨停 / 跌停</span><strong id="tapeLimit">--</strong></div>
|
||||
<div class="tape-detail-item market-item"><span>两市成交额</span><strong id="tapeAmount">--</strong></div>
|
||||
<div class="tape-detail-item market-item metric-wide"><span>数据日期</span><strong id="dataDateMetric" class="metric-value small">--</strong></div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="header-actions">
|
||||
<div class="header-date-group">
|
||||
@@ -173,47 +209,6 @@
|
||||
</select>
|
||||
<i data-lucide="chevron-down" aria-hidden="true"></i>
|
||||
</label>
|
||||
<section class="overview-strip" aria-label="当日复盘指标" data-overview-expanded="false">
|
||||
<div class="row">
|
||||
<div class="sentiment-block">
|
||||
<div class="sentiment-gauge" id="sentimentGauge">
|
||||
<span id="sentimentScore">--</span>
|
||||
</div>
|
||||
<div>
|
||||
<span class="metric-label">市场情绪</span>
|
||||
<strong id="sentimentText" class="sentiment-text">等待数据</strong>
|
||||
</div>
|
||||
</div>
|
||||
<div class="metric">
|
||||
<span class="metric-label">涨停</span>
|
||||
<strong id="limitUpMetric" class="metric-value up">--</strong>
|
||||
</div>
|
||||
<div class="metric">
|
||||
<span class="metric-label">跌停</span>
|
||||
<strong id="limitDownMetric" class="metric-value down">--</strong>
|
||||
</div>
|
||||
<div class="metric">
|
||||
<span class="metric-label">炸板</span>
|
||||
<strong id="brokenMetric" class="metric-value warning">--</strong>
|
||||
</div>
|
||||
<div class="metric">
|
||||
<span class="metric-label">封板率</span>
|
||||
<strong id="sealRateMetric" class="metric-value">--</strong>
|
||||
</div>
|
||||
<div class="metric">
|
||||
<span class="metric-label">两市成交</span>
|
||||
<strong id="amountMetric" class="metric-value">--</strong>
|
||||
</div>
|
||||
<div class="metric metric-wide">
|
||||
<span class="metric-label">数据日期</span>
|
||||
<strong id="dataDateMetric" class="metric-value small">--</strong>
|
||||
</div>
|
||||
<button id="overviewToggle" class="overview-toggle" type="button" aria-expanded="false" title="展开市场详情">
|
||||
<span>展开详情</span><i data-lucide="chevron-down" aria-hidden="true"></i>
|
||||
</button>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Registered page fragments mount here. -->
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user