From 0bb12da0181b94475af21517fad5cabb82846239 Mon Sep 17 00:00:00 2001 From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com> Date: 星期四, 05 一月 2023 15:50:25 +0800 Subject: [PATCH] 增加联系电话,优化前端展示。 --- src/views/login/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 83b99bb..78b072d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -459,7 +459,7 @@ .money{ font-size: 22px; font-weight: bolder; - color: #409EFF; + color: #034ea2; } } } @@ -476,7 +476,7 @@ font-size: 22px; font-weight: bolder; display: block; - color: #409EFF; + color: #034ea2; margin-bottom: 6px; } div{ -- Gitblit v1.9.2