/* ========== 面包屑导航样式 ========== */ .gov-breadcrumb { max-width: 1200px; margin: 16px auto 0; padding: 12px 20px; background: transparent; font-size: 14px; color: #6A7F99; } .gov-breadcrumb a { color: #1B4F93; text-decoration: none; } .gov-breadcrumb a:hover { text-decoration: underline; } .gov-breadcrumb span { margin: 0 8px; color: #B0C4DE; } /* ========== 页面背景色 ========== */ body { background-color: #F4F7FC !important; } /* ========== 导航菜单悬停效果 ========== */ .gov-menu li a:hover { color: #1B4F93 !important; border-bottom-color: #1B4F93 !important; } /* ========== 登录/注册按钮颜色修正 ========== */ .gov-btn-login { color: #1B4F93 !important; background: white !important; border: 1px solid #1B4F93 !important; } .gov-btn-login:hover { background: #1B4F93 !important; color: white !important; } .gov-btn-register { background: #1B4F93 !important; color: white !important; } .gov-btn-register:hover { background: #113A6B !important; } /* ========== 侧边栏按钮组 ========== */ .gov-action-buttons { display: flex; gap: 12px; margin-top: 16px; } .gov-action-buttons .gov-btn-correction { flex: 1; justify-content: center; } .gov-btn-manage { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: #F0F4FA; color: #1B4F93; padding: 10px 20px; border-radius: 30px; font-weight: 500; text-decoration: none; border: 1px solid #CDD9E8; transition: all 0.2s; } .gov-btn-manage:hover { background: #1B4F93; color: white; border-color: #1B4F93; } /* ========== 侧边栏标题字体调整为16px ========== */ .gov-card-header h3 { font-size: 16px !important; }