diff --git a/public/favicon.ico b/public/favicon.ico index 578ece5..de82ebc 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/api/job.js b/src/api/job.js index e120026..8766800 100644 --- a/src/api/job.js +++ b/src/api/job.js @@ -199,3 +199,9 @@ export function getClassifyListApi() { url: `/yishoudan/labels/type/95`, }); } +// 获取48小时更新数分类 +export function getJobNumApi() { + return request({ + url: `/yishoudan/custom/job/countUpdateNumByHour/48`, + }); +} diff --git a/src/components/FirstJob/components/recommend.vue b/src/components/FirstJob/components/recommend.vue index 809c4b4..7a75ab0 100644 --- a/src/components/FirstJob/components/recommend.vue +++ b/src/components/FirstJob/components/recommend.vue @@ -21,7 +21,7 @@
{{item.jobName || '-' }}
- {{ from == "vocational" ? "职教职培" : "伯才职位" }} + {{ "伯才职位" }} @@ -1377,7 +1377,7 @@ export default { font-size: 16px; font-weight: normal; text-align: left; - color: #1890ff; + color: #ff4400; // line-height: 24px; span { vertical-align: baseline; @@ -1448,7 +1448,6 @@ export default { height: 54px; text-align: center; overflow: hidden; - background: rgba(255, 106, 0, 0.1); border-radius: 4px; line-height: 30px; div { @@ -1462,17 +1461,17 @@ export default { } div:first-child { height: 24px; - background: #1890ff; + background: #ff4400; line-height: 21px; font-size: 14px; color: #ffffff; - border: 1px solid #1890ff; + border: 1px solid #ff4400; border-radius: 4px 4px 0px 0px; } div:last-child { font-weight: normal; - background-color: #f4faff; - color: #1890ff; + background-color: #ff6a001a; + color: #ff4400; font-size: 18px; span:last-child { font-size: 16px; diff --git a/src/components/FirstJob/joblist.vue b/src/components/FirstJob/joblist.vue index 9a2391c..f1fce17 100644 --- a/src/components/FirstJob/joblist.vue +++ b/src/components/FirstJob/joblist.vue @@ -34,8 +34,8 @@ -