.typhoon-container { max-width: 1400px; margin: 0 auto; padding: 12px 16px 18px; } .typhoon-header { background: linear-gradient(180deg, #d4e4f2 0%, #b0c7db 50%, #8aa5bb 100%); border: 1px solid #4a6a85; border-radius: 6px; padding: 10px 18px; margin-bottom: 10px; display: flex; align-items: center; justify-content: space-between; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.1); } .typhoon-title { font-size: 18px; font-weight: 700; color: #10243d; letter-spacing: 1px; } .typhoon-title small { font-size: 11px; font-weight: 400; color: #5a6e84; margin-left: 8px; letter-spacing: 0.5px; } .typhoon-back { font-size: 12px; color: #10243d; text-decoration: none; padding: 4px 12px; background: linear-gradient(180deg, #fbfdfe 0%, #e2ecf3 50%, #c8d6e0 100%); border: 1px solid #6f8ba0; border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.85); } .typhoon-back:hover { filter: brightness(1.05); } .typhoon-bar { background: linear-gradient(180deg, #ffffff 0%, #e8eef4 100%); border: 1px solid #6f8ba0; border-radius: 4px; padding: 8px 12px; margin-bottom: 10px; display: flex; align-items: center; gap: 12px; font-size: 12px; color: #1a3a5c; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7); } .typhoon-bar label { font-size: 11px; color: #5a6e84; letter-spacing: 0.5px; } .typhoon-bar select { height: 24px; padding: 0 6px; font-size: 12px; background: #fff; border: 1px solid #6f8ba0; border-radius: 3px; color: #10243d; } .typhoon-bar .refresh-btn { height: 24px; padding: 0 14px; font-size: 12px; color: #fff; background: linear-gradient(180deg, #5fb7e9 0%, #2a8fc8 50%, #1a6ca0 100%); border: 1px solid #145580; border-radius: 3px; cursor: pointer; text-shadow: 0 1px 0 rgba(0,0,0,0.25); box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); } .typhoon-bar .refresh-btn:hover { filter: brightness(1.05); } .typhoon-bar .status { color: #5a6e84; font-family: Consolas, monospace; } .typhoon-bar .status.ok { color: #1a6ca0; } /* 网格布局 */ .tg-grid { display: grid; grid-template-columns: 360px 1fr; gap: 10px; } @media (max-width: 1100px) { .tg-grid { grid-template-columns: 1fr; } } /* 风暴列表卡片 */ .tg-list { background: linear-gradient(180deg, #ffffff 0%, #e8eef4 100%); border: 1px solid #6f8ba0; border-radius: 6px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.06); overflow: hidden; } .tg-list-head { background: linear-gradient(180deg, #4a7da0 0%, #2a5a7c 100%); color: #fff; padding: 8px 12px; font-size: 12px; letter-spacing: 1px; text-shadow: 0 1px 0 rgba(0,0,0,0.3); display: flex; justify-content: space-between; align-items: center; } .tg-list-head small { font-size: 10px; opacity: 0.8; font-weight: 400; letter-spacing: 0.3px; } .tg-list-body { max-height: 520px; overflow-y: auto; padding: 4px 0; } .tg-row { display: grid; grid-template-columns: 1fr 60px 70px; gap: 8px; padding: 8px 12px; border-bottom: 1px solid #d8e0e8; cursor: pointer; font-size: 12px; align-items: center; transition: background 0.1s; } .tg-row:hover { background: #f0f5fa; } .tg-row.active { background: #e3eff9; border-left: 3px solid #1a6ca0; padding-left: 9px; } .tg-row .id { font-family: Consolas, monospace; font-weight: 600; color: #1a3a5c; } .tg-row .name { color: #10243d; font-weight: 500; } .tg-row .badge { font-size: 10px; padding: 2px 6px; border-radius: 2px; text-align: center; font-weight: 600; letter-spacing: 0.3px; } .tg-row .badge.active { background: #d04a2a; color: #fff; } .tg-row .badge.ended { background: #6f8ba0; color: #fff; } .tg-row .arrow { color: #1a6ca0; text-align: right; } .tg-empty { color: #6c7a89; padding: 18px; text-align: center; font-size: 12px; } /* 主内容区 */ .tg-main { display: flex; flex-direction: column; gap: 10px; } /* 当前风暴信息卡 */ .tg-current { background: linear-gradient(180deg, #0e1a26 0%, #1a2b3c 100%); border: 1px solid #1f3a55; border-radius: 6px; padding: 14px 18px; color: #e8f4ff; font-family: Consolas, monospace; box-shadow: inset 0 1px 0 rgba(95,179,224,0.15), 0 1px 3px rgba(0,0,0,0.2); } .tg-current-empty { color: #5a6e84; font-family: inherit; text-align: center; padding: 20px; font-size: 12px; } .tg-current-head { display: flex; align-items: baseline; gap: 14px; margin-bottom: 10px; flex-wrap: wrap; } .tg-current-id { font-size: 20px; font-weight: 700; letter-spacing: 1px; color: #5fb3e0; } .tg-current-name { font-size: 24px; font-weight: 700; color: #ff9966; letter-spacing: 2px; text-shadow: 0 0 8px rgba(255,153,102,0.3); } .tg-current-type { font-size: 11px; padding: 2px 8px; border-radius: 2px; background: #2a8fc8; color: #fff; letter-spacing: 1px; font-weight: 700; } .tg-current-state { margin-left: auto; font-size: 11px; padding: 3px 10px; border-radius: 2px; letter-spacing: 1px; font-weight: 700; } .tg-current-state.active { background: #d04a2a; color: #fff; } .tg-current-state.ended { background: #2a4a66; color: #7a9bbf; } .tg-current-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px 16px; font-size: 12px; } .tg-cell { display: flex; flex-direction: column; gap: 2px; } .tg-cell .k { font-size: 10px; color: #5fb3e0; letter-spacing: 0.8px; } .tg-cell .v { font-size: 16px; font-weight: 700; color: #e8f4ff; } .tg-cell .v.warn { color: #ff8a80; } @media (max-width: 900px) { .tg-current-grid { grid-template-columns: repeat(3, 1fr); } } /* 风圈 */ .tg-wind { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px solid #1f3a55; font-size: 11px; } .tg-wind .item { background: rgba(95,179,224,0.06); border: 1px solid #1f3a55; border-radius: 3px; padding: 6px 10px; } .tg-wind .item .lbl { color: #5fb3e0; font-weight: 600; letter-spacing: 0.5px; } .tg-wind .item .val { color: #e8f4ff; font-size: 12px; margin-top: 2px; } /* 地图 */ .tg-map { background: #0e1a26; border: 1px solid #1f3a55; border-radius: 6px; padding: 8px 12px 12px; box-shadow: inset 0 1px 0 rgba(95,179,224,0.1); } .tg-map-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 6px; font-size: 12px; color: #5fb3e0; letter-spacing: 1px; font-family: Consolas, monospace; } .tg-map-legend { display: flex; gap: 10px; font-size: 10px; flex-wrap: wrap; } .tg-map-legend span { display: inline-flex; align-items: center; gap: 4px; color: #7a9bbf; } .tg-map-legend .dot { width: 8px; height: 8px; border-radius: 50%; display: inline-block; } .tg-map-legend .l-TD { background: #888; } .tg-map-legend .l-TS { background: #5a9a5a; } .tg-map-legend .l-STS { background: #e8773a; } .tg-map-legend .l-TY { background: #cf3f1e; } .tg-map-legend .l-STY { background: #b71c1c; } .tg-map-legend .l-SUPER { background: #880015; } #typhoonSvg { width: 100%; height: 460px; display: block; border: 1px solid #1f3a55; border-radius: 4px; background: #06101a; } /* 详细轨迹表 */ .tg-track { background: linear-gradient(180deg, #ffffff 0%, #e8eef4 100%); border: 1px solid #6f8ba0; border-radius: 6px; overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.06); } .tg-track-head { background: linear-gradient(180deg, #4a7da0 0%, #2a5a7c 100%); color: #fff; padding: 8px 12px; font-size: 12px; letter-spacing: 1px; text-shadow: 0 1px 0 rgba(0,0,0,0.3); display: flex; justify-content: space-between; align-items: center; } .tg-track-body { max-height: 360px; overflow-y: auto; font-family: Consolas, monospace; font-size: 12px; } .tg-track table { width: 100%; border-collapse: collapse; } .tg-track th { position: sticky; top: 0; background: linear-gradient(180deg, #f4f8fc, #d6e2ec); padding: 6px 10px; font-size: 10px; text-align: left; color: #1a3a5c; letter-spacing: 0.5px; border-bottom: 1px solid #b6c6d4; font-weight: 600; font-family: Consolas, monospace; } .tg-track th.r, .tg-track td.r { text-align: right; } .tg-track td { padding: 5px 10px; border-bottom: 1px solid #e3eaf1; color: #10243d; font-size: 11px; } .tg-track tr:hover td { background: #f4f8fc; } .tg-track .t-type { font-weight: 700; padding: 1px 6px; border-radius: 2px; display: inline-block; min-width: 42px; text-align: center; } .tg-track .t-type.TD { background: #888; color: #fff; } .tg-track .t-type.TS { background: #5a9a5a; color: #fff; } .tg-track .t-type.STS { background: #e8773a; color: #fff; } .tg-track .t-type.TY { background: #cf3f1e; color: #fff; } .tg-track .t-type.STY { background: #b71c1c; color: #fff; } .tg-track .t-type.SUPER { background: #880015; color: #fff; } .tg-track tr.future td { color: #5a6e84; background: #f8fafc; } .tg-track tr.now td { background: #fff8e0; font-weight: 600; } /* 状态消息 */ .tg-msg { text-align: center; color: #6c7a89; font-size: 12px; padding: 28px 12px; } .tg-msg.err { color: #cf3f1e; }

端口已停用

PORT DISABLED · TYPHOON TRACKING
台风跟踪功能已暂停服务。
可能原因:上游 API 不稳定 / 主机网络无法访问 QWeather 域名 / 接口调试中。
此页面所有交互按钮已被截断,不会触发任何 API 请求
返回首页
台风跟踪 TYPHOON TRACKING · 数据源 QWeather 台风 API · 西北太平洋 · 2026 年
返回首页
就绪
风暴列表 --
点击「刷新列表」开始查询
选择列表中的台风以查看详情
轨迹图 · 西北太平洋 TD TS STS TY STY SUPER
选择台风后显示轨迹
详细轨迹 --
--