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 | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index 73ad3c4..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; } } @@ -167,6 +168,12 @@ } } +.arco-upload-list-type-text .arco-upload-list-item:first-of-type, +.arco-upload-list-type-picture-list .arco-upload-list-item:first-of-type { + margin-top: 34px; + +} + .unitDialogResult { font-size: 16px; font-family: PingFang SC, PingFang SC-400; @@ -175,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