瀏覽代碼

招聘会卡片调整

Xiao_123 2 月之前
父節點
當前提交
c0319fddce

+ 2 - 2
src/views/recruit/personal/jobFair/details/components/jobCard.vue

@@ -127,11 +127,11 @@ const handleClick = (id) => {
 
 <style scoped lang="scss">
 .salary {
-	color: #cec149;
+	color: var(--v-primary-base);
 	font-weight: 700;
 }
 .job-name {
-	color: #345768;
+	color: #0E100F;
 	font-weight: 700;
 	max-width: 420px;
 }

+ 5 - 2
src/views/recruit/personal/jobFair/details/components/jobCard1.vue

@@ -78,7 +78,7 @@ const handleClickEnterprise = (id) => {
   min-height: auto;
 }
 .salary {
-	color: #fe574a;
+	color: var(--v-primary-base);
 	font-size: 20px;
 }
 .job-name {
@@ -88,9 +88,12 @@ const handleClickEnterprise = (id) => {
 		color: var(--v-primary-base)
 	}
 }
-.enterprise-name:hover {
+.enterprise-name {
+	color: #0E100F;
+	&:hover {
 	color: var(--v-primary-base)
 }
+}
 .loading {
   margin-top: 8px;
   text-align: center;