From b77cc2d2012ecb4b876538ac7aee3edac7db8a2f Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sun, 12 Nov 2023 19:05:07 +0800
Subject: [PATCH] 通知公告

---
 static/base.css |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/static/base.css b/static/base.css
index 446be63..109713e 100644
--- a/static/base.css
+++ b/static/base.css
@@ -52,6 +52,9 @@
 .boder-f7f8f9-1 {
 	border: 1rpx solid #F7F8F9;
 }
+.fw{
+	font-weight: bold;
+}
 .f-20{
 	font-size:20rpx;
 }
@@ -84,4 +87,17 @@
 }
 .c-99{
 	color:#999;
+}
+.c-ff{
+	color:#fff;
+}
+/**主色调**/
+.c-main{
+	color:#017BFC;
+}
+.bgc-main{
+	background-color:#017BFC;
+}
+.bgc-ff{
+	background-color: #fff;
 }
\ No newline at end of file

--
Gitblit v1.9.3