=【职业图谱】职业推荐 - 职位搜索按钮文字大小
This commit is contained in:
@@ -160,25 +160,16 @@ const store = useCareerRecommendationStore();
|
|||||||
|
|
||||||
.job-search {
|
.job-search {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 5px;
|
top: 15rpx;
|
||||||
right: 5px;
|
right: 15rpx;
|
||||||
padding: 6px 20px;
|
padding: 6rpx 20rpx;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
font-size: 16px;
|
font-size: 28rpx;
|
||||||
font-weight: 500;
|
|
||||||
color: #333333;
|
color: #333333;
|
||||||
background: #ffd4b8;
|
background: #ffd4b8;
|
||||||
border: none;
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all 0.2s ease;
|
transition: all 0.2s ease;
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background: #ffc9a3;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
|
||||||
transform: scale(0.98);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.job-skills {
|
.job-skills {
|
||||||
|
|||||||
Reference in New Issue
Block a user