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; }