63 lines
2.7 KiB
HTML
63 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>查询入口总览</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;600;700&family=Orbitron:wght@500;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="./css/tech-query.css">
|
|
</head>
|
|
<body>
|
|
<main class="landing-shell">
|
|
<section class="landing-hero">
|
|
<span class="eyebrow">Unified Gateway</span>
|
|
<h1>智能查询入口矩阵</h1>
|
|
<p>统一接入证书、单据与信函三类查询页面,整体切换为一致的科技感视觉风格,方便在同一入口快速跳转。</p>
|
|
<div class="hero-meta">
|
|
<span class="meta-chip">统一样式系统</span>
|
|
<span class="meta-chip">快速入口导航</span>
|
|
<span class="meta-chip">兼容桌面与移动端</span>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="landing-grid">
|
|
<a class="entry-card" href="./certs/index.html">
|
|
<div class="entry-kicker">Module 01</div>
|
|
<h2>证书查询</h2>
|
|
<p>按编号、姓名或扫码方式检索证书记录,进入详情页查看核验信息与证书原件。</p>
|
|
<div class="entry-meta">
|
|
<span>进入证书模块</span>
|
|
<span class="entry-arrow">→</span>
|
|
</div>
|
|
</a>
|
|
|
|
<a class="entry-card" href="./ticket/index.html">
|
|
<div class="entry-kicker">Module 02</div>
|
|
<h2>单据查询</h2>
|
|
<p>查看单据金额、处理状态与明细信息,保留扫码能力与原有详情跳转。</p>
|
|
<div class="entry-meta">
|
|
<span>进入单据模块</span>
|
|
<span class="entry-arrow">→</span>
|
|
</div>
|
|
</a>
|
|
|
|
<a class="entry-card" href="./xinhan/index.html">
|
|
<div class="entry-kicker">Module 03</div>
|
|
<h2>信函查询</h2>
|
|
<p>按收件人、关键字和寄送时间查询信函流转记录,集中展示路径与摘要。</p>
|
|
<div class="entry-meta">
|
|
<span>进入信函模块</span>
|
|
<span class="entry-arrow">→</span>
|
|
</div>
|
|
</a>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="page-footer">
|
|
<p>© 2026 BI Intelligent Query Interface</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|