From 5a28e6e5194ddd3727fb5411c785bef0f29152bb Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期五, 25 十一月 2022 16:15:07 +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