From b5cf67160fd452f9a2f7da28cf09b29f1d2fbe1e Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Thu, 24 Nov 2022 14:23:30 +0800
Subject: [PATCH] 新增有效期限
---
src/styles/index.scss | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 9c196f3..2b32161 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -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