From 22bff9ef434defbd9c7809b41dcdba521c5dad14 Mon Sep 17 00:00:00 2001 From: zhangyongtian <1181606322@qq.com> Date: Fri, 23 Aug 2024 16:06:37 +0800 Subject: [PATCH] 删除文件 --- gz-customerSystem/src/views/register/index.less | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index 13ec458..639b843 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -60,6 +60,7 @@ &-title { color: #86909C; + text-align: center; } } @@ -181,4 +182,18 @@ color: #1d2129; line-height: 24px; margin-bottom: 20px; -} \ No newline at end of file +} + +// .arco-steps-item-process .arco-steps-icon{ +// background-color: #1A6FB8; +// } + +// .arco-steps-mode-navigation .arco-steps-item-active::after{ +// background-color: #1A6FB8; + +// } + +// .arco-radio-checked .arco-radio-mask { +// background-color: #1A6FB8; +// border-color: #1A6FB8; +// } \ No newline at end of file -- Gitblit v1.8.0