From 536dd41739f6dcdc50862d169568428320b75582 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Wed, 28 Aug 2024 09:33:25 +0800 Subject: [PATCH] 自行受理 --- gz-customerSystem/src/views/register/index.less | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index 639b843..8f7c546 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -196,4 +196,14 @@ // .arco-radio-checked .arco-radio-mask { // background-color: #1A6FB8; // border-color: #1A6FB8; -// } \ No newline at end of file +// } + +.must { + font-size: 12px; + color: rgb(245, 63, 63); + background-color: rgb(255, 236, 232); + line-height: 20px; + padding: 0px 4px; + border-radius: 2px; + margin-left: 8px; + } \ No newline at end of file -- Gitblit v1.8.0