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; +}