生成定制简历部分默认优化选项全选
This commit is contained in:
@@ -638,8 +638,12 @@
|
||||
background: #FBFDF7;
|
||||
}
|
||||
|
||||
&--medium {
|
||||
background: #FFFBF5;
|
||||
}
|
||||
|
||||
&--low {
|
||||
background: #FBFDF7;
|
||||
background: #FFF6F5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -686,13 +690,22 @@
|
||||
color: #9FD051;
|
||||
}
|
||||
|
||||
// 中匹配度颜色
|
||||
&__job-match--medium &__match-score {
|
||||
color: #F59E0B;
|
||||
}
|
||||
|
||||
&__job-match--medium &__match-level {
|
||||
color: #F59E0B;
|
||||
}
|
||||
|
||||
// 低匹配度颜色
|
||||
&__job-match--low &__match-score {
|
||||
color: #9FD051;
|
||||
color: #FE6D52;
|
||||
}
|
||||
|
||||
&__job-match--low &__match-level {
|
||||
color: #9FD051;
|
||||
color: #FE6D52;
|
||||
}
|
||||
|
||||
// 未登录锁定态
|
||||
|
||||
Reference in New Issue
Block a user