From eac7c5321dca68e34db95995db2cabd29b9324da Mon Sep 17 00:00:00 2001 From: zhuguifei <zhuguifei@zhuguifeideiMac.local> Date: 星期五, 18 四月 2025 14:25:32 +0800 Subject: [PATCH] 网络请求配置,开发登录接口 --- eims-ui-mobile/src/style/index.scss | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/eims-ui-mobile/src/style/index.scss b/eims-ui-mobile/src/style/index.scss index 86184d9..feed87c 100644 --- a/eims-ui-mobile/src/style/index.scss +++ b/eims-ui-mobile/src/style/index.scss @@ -16,3 +16,23 @@ // 淇敼鎸夐挳鑳屾櫙鑹� // --wot-button-primary-bg-color: green; } + +// base鏂囧瓧棰滆壊 +.text-color-base { + color: $uni-text-color; +} +.text-color-gray { + color: $uni-text-color-grey; +} + +// 鍥炬爣棰滆壊 +.icon-color-base { + color: $uni-color-primary; +} + +.bg-base { + background: $uni-bg-color-grey; +} + + + -- Gitblit v1.9.3