意向字段全部改成使用招聘分类
This commit is contained in:
@@ -346,11 +346,21 @@
|
||||
font-weight: 600;
|
||||
font-size: 0.16rem;
|
||||
color: #FFFFFF;
|
||||
cursor: default;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.08rem;
|
||||
transition: opacity 0.2s;
|
||||
|
||||
&:disabled {
|
||||
opacity: 0.7;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
&:not(:disabled):hover {
|
||||
opacity: 0.9;
|
||||
}
|
||||
}
|
||||
|
||||
/* 登录中转圈动画 */
|
||||
|
||||
Reference in New Issue
Block a user