简历优化和岗位简历

This commit is contained in:
2026-04-13 21:34:40 +08:00
parent a39835be01
commit 1c91818494
32 changed files with 3850 additions and 320 deletions
@@ -202,6 +202,18 @@
&:hover {
background: $btn-dark-hover;
}
// 开始诊断按钮 — 稍大一些,更醒目
&--start {
padding: 0.1rem 0.28rem;
font-size: 0.14rem;
border-radius: 0.08rem;
background: $gradient-bg;
&:hover {
background: $accent-hover;
}
}
}
// ---- 简历主体 ----