feat: 更新简历详情页面教育经历为苏州信息职业技术学院

- 统一所有岗位简历的教育经历显示为苏州信息职业技术学院
- 更新简历详情页面组件,确保教育经历信息一致性
- 优化简历信息展示格式和样式
- 添加新的面试题库和项目库数据
- 完善文旅产业相关简历模板
This commit is contained in:
KQL
2025-09-08 12:59:17 +08:00
parent 9198c67caf
commit efae5a15d9
77 changed files with 21515 additions and 2396 deletions

View File

@@ -203,5 +203,41 @@
}
}
}
/* 可点击的特殊项目样式 */
.clickable-project-item {
background-color: #e5f1ff !important;
border-color: #e5e6eb !important;
cursor: pointer !important;
&:hover {
border-color: #4080ff !important;
box-shadow: 0 4px 12px rgba(44, 127, 255, 0.2) !important;
transform: translateY(-2px) !important;
background-color: #f0f7ff !important;
}
.project-library-item-title {
color: #4080ff !important;
border-color: #4080ff !important;
background-color: #ffffff !important;
}
> div {
> p {
color: #1d2129 !important;
font-weight: 600 !important;
}
> span {
color: #2c7aff !important;
cursor: pointer !important;
&:hover {
color: #1d4ed8 !important;
}
}
}
}
}
}