From 0a7360a862d630f1967e719666c33e70387c33e8 Mon Sep 17 00:00:00 2001 From: chutingting Date: Tue, 1 Jun 2021 13:45:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=A6=E8=BE=86=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/headTail/head.vue | 2 +- src/page/cultivate/particulars.vue | 4 ++-- src/page/home/home.vue | 10 +++++----- src/page/journalism/journalism.vue | 2 +- src/page/publish/publish.vue | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/headTail/head.vue b/src/components/headTail/head.vue index 1a75bc7..b357ec5 100644 --- a/src/components/headTail/head.vue +++ b/src/components/headTail/head.vue @@ -27,7 +27,7 @@ 宠物市场 餐饮美食 票务卡券 - 教育培训 + 车辆服务 企业招聘 商务服务 diff --git a/src/page/cultivate/particulars.vue b/src/page/cultivate/particulars.vue index f512b5d..f1a842e 100644 --- a/src/page/cultivate/particulars.vue +++ b/src/page/cultivate/particulars.vue @@ -148,7 +148,7 @@ export default { type: 8 }, { - title: '教育培训', + title: '车辆服务', type: 9 }, { @@ -216,7 +216,7 @@ export default { break; case 8: this.textTop = '票务卡券' break; - case 9: this.textTop = '教育培训' + case 9: this.textTop = '车辆服务' break; case 10: this.textTop = '企业招聘' break; diff --git a/src/page/home/home.vue b/src/page/home/home.vue index e20ca15..88ac3d9 100644 --- a/src/page/home/home.vue +++ b/src/page/home/home.vue @@ -57,7 +57,7 @@ - 教育培训 + 车辆服务 Education and training @@ -137,7 +137,7 @@ export default { list: [] }, { - title: '教育培训', + title: '车辆服务', type: 9, list: [] }, @@ -338,7 +338,7 @@ export default { width: 23%; height: 66px; display: block; - background: rgba(75,161,107,0.9); + background: rgb(135 175 218 / 90%); color: #fff; display: flex; align-items: center; @@ -348,10 +348,10 @@ export default { border-radius: 4px; } a:nth-of-type(odd){ - background: rgba(75,161,107,0.9); + background: rgb(135 175 218 / 90%); } a:nth-of-type(even){ - background: #CCA140; + background: #d2cd8f; } } .cate{ diff --git a/src/page/journalism/journalism.vue b/src/page/journalism/journalism.vue index dac21aa..b80b8d4 100644 --- a/src/page/journalism/journalism.vue +++ b/src/page/journalism/journalism.vue @@ -99,7 +99,7 @@ export default { break; case 8: this.textTop = '票务卡券' break; - case 9: this.textTop = '教育培训' + case 9: this.textTop = '车辆服务' break; case 10: this.textTop = '企业招聘' break; diff --git a/src/page/publish/publish.vue b/src/page/publish/publish.vue index dd98bc4..26c3375 100644 --- a/src/page/publish/publish.vue +++ b/src/page/publish/publish.vue @@ -127,7 +127,7 @@ value: 5 }, { - label: '教育培训', + label: '车辆服务', value: 6 }, {