全站通知: 本站数据正在完善中,欢迎参与编辑贡献!
📚
<a href="/首页" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">Wiki 首页</a>
📖
<a href="/游戏攻略" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">游戏攻略</a>
⚔️
<a href="/角色图鉴" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">角色图鉴</a>
🗺️
<a href="/地图资料" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">地图资料</a>
📊
<a href="/数据统计" style="color:white; text-decoration:none; font-weight:bold; font-size:16px;">数据统计</a>
<style>
/* 隐藏页面主标题 */
.firstHeading, #firstHeading {
display: none !important;
}
/* 调整内容区域的上边距,弥补标题隐藏后的空白 */
- content {
padding-top: 0 !important;
}
/* 卡片悬停效果优化 */
.nav-card {
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
/* 响应式设计:小屏幕时卡片堆叠 */
@media (max-width: 768px) {
.nav-cards {
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.nav-card a {
font-size: 14px !important;
}
}
</style>