From ba07fd23891f730045d138a9c6ea5aada261f48d Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 02 Nov 2023 17:57:57 +0800
Subject: [PATCH] 首页逻辑编写,个人中心页面修改

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

diff --git a/static/base.css b/static/base.css
index 446be63..0e8594d 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,14 @@
 }
 .c-99{
 	color:#999;
+}
+.c-ff{
+	color:#fff;
+}
+/**主色调**/
+.c-main{
+	color:#017BFC;
+}
+.bgc-main{
+	background-color:#017BFC;
 }
\ No newline at end of file

--
Gitblit v1.9.3