From 6b757d52bcd52b29b5d5946b2f45565257b1d58c Mon Sep 17 00:00:00 2001 From: BTMuli Date: Wed, 15 Mar 2023 01:01:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(news):=20=E6=B4=BB=E5=8A=A8=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=94=B9=E4=BA=86=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/News.vue | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/src/pages/News.vue b/src/pages/News.vue index 227d2ef9..234a8703 100644 --- a/src/pages/News.vue +++ b/src/pages/News.vue @@ -50,17 +50,9 @@ class="ms-2 card-btn" >查看 - 进行中 - 已结束 - 评选中 + 进行中 + 已结束 + 评选中 { } .card-btn { - background: #ffe14c !important; - color: #704a1d !important; + background: #455167 !important; + color: #faf7e8 !important; +} + +/* 进行中 */ +.card-btn-0 { + background: #3c99aa !important; + color: #faf7e8 !important; +} +/* 评选中 */ +.card-btn-1 { + background: #849cc7 !important; + color: #faf7e8 !important; +} +/* 已结束 */ +.card-btn-2 { + background: #c7674b !important; + color: #faf7e8 !important; }