From 8662474529c048622a366ccac4798595463cb302 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Fri, 25 Nov 2022 17:31:39 +0800
Subject: [PATCH] 新增有效期限

---
 src/styles/index.scss |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/styles/index.scss b/src/styles/index.scss
index 9c196f3..949e2b6 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -124,7 +124,7 @@
   word-spacing: .05rem;
 
   a {
-    color: #42b983;
+    color: #034EA2;
     font-weight: 600;
   }
 }
@@ -147,7 +147,9 @@
 .text-center {
   text-align: center
 }
-
+.m-color {
+    color: #034EA2;
+}
 .sub-navbar {
   height: 50px;
   line-height: 50px;
@@ -221,5 +223,5 @@
       background-color:#F1F4F7;
     }
   }
- 
-}
\ No newline at end of file
+
+}

--
Gitblit v1.9.2