/* =============== 海运主题增强样式(可选) =============== */ .maritime-main { /* 可选:整体背景微调 */ /* background-color: #f9fbfd; */ } .maritime-route-title { color: #004c99 !important; font-weight: bold; } .maritime-route-title:hover { color: #0077be !important; } .maritime-date { color: #666; font-size: 0.85em; } .maritime-link { color: #333 !important; text-decoration: none; } .maritime-link:hover { color: #0066cc !important; text-decoration: underline; } /* 若想在栏目标题前加小图标(如船或锚),可用 ::before */ .maritime-route-title::before { content: "⚓ "; color: #0077be; }