From 6a8bcc5d6dcf0fcd98458e87122a64ddd7dfae9a Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期四, 11 七月 2024 18:23:54 +0800
Subject: [PATCH] 代码提交

---
 wechat_jiaxuan/app.wxss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/wechat_jiaxuan/app.wxss b/wechat_jiaxuan/app.wxss
index 2efc949..986db10 100644
--- a/wechat_jiaxuan/app.wxss
+++ b/wechat_jiaxuan/app.wxss
@@ -5,6 +5,7 @@
 page{
   background-color: #fff;
   --themeColor:#B08771;
+  color: #111111;
 }
 image{
   display: flex;
@@ -16,7 +17,7 @@
   font-size: 28rpx;
 } 
 .primary{
-  color: var(--themeColor);
+  color: var(--themeColor) !important;
 }
 .df_sb{
   display: flex;

--
Gitblit v1.9.3