=【职业图谱】职业推荐 - 职位搜索按钮文字大小

This commit is contained in:
2026-06-17 16:07:16 +08:00
parent c4e1f7585a
commit e6e1b6ada1

View File

@@ -160,25 +160,16 @@ const store = useCareerRecommendationStore();
.job-search {
position: absolute;
top: 5px;
right: 5px;
padding: 6px 20px;
top: 15rpx;
right: 15rpx;
padding: 6rpx 20rpx;
border-radius: 5px;
font-size: 16px;
font-weight: 500;
font-size: 28rpx;
color: #333333;
background: #ffd4b8;
border: none;
cursor: pointer;
transition: all 0.2s ease;
&:hover {
background: #ffc9a3;
}
&:active {
transform: scale(0.98);
}
}
.job-skills {