From 5730996085ba8f26f3144fa4ac7e1653a06c4af6 Mon Sep 17 00:00:00 2001 From: lanzhihui <503792708@qq.com> Date: Tue, 15 Oct 2024 14:40:14 +0800 Subject: [PATCH] update --- src/pages/tabBar/home.wpy | 2 +- src/styles/reset.less | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/src/pages/tabBar/home.wpy b/src/pages/tabBar/home.wpy index 3d746ed..a3e6120 100644 --- a/src/pages/tabBar/home.wpy +++ b/src/pages/tabBar/home.wpy @@ -420,7 +420,7 @@ page { 完善资料 获得推荐 更快交友 - 填写基础资料 + 完善资料 已填写 去填写 diff --git a/src/styles/reset.less b/src/styles/reset.less index 6edcc7d..9c119ec 100644 --- a/src/styles/reset.less +++ b/src/styles/reset.less @@ -998,3 +998,24 @@ top: 30rpx; } ._wx_pyq{margin-left: 168rpx;} +.color-000{ + color: #000 !important; +} +.color-333{ + color: #333 !important; +} +.color-666{ + color: #666 !important; +} +.color-999{ + color: #999 !important; +} +.color-ccc{ + color: #ccc !important; +} +.color-bbb{ + color: #bbb !important; +} +.color-ddd{ + color: #ddd !important; +}