From 862311c4686345362fcbc60e92c969fb5cb3369d Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Mon, 09 Sep 2024 17:07:39 +0800 Subject: [PATCH] 工作台 --- gz-customerSystem/src/views/register/index.less | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/gz-customerSystem/src/views/register/index.less b/gz-customerSystem/src/views/register/index.less index 6a31642..463f38a 100644 --- a/gz-customerSystem/src/views/register/index.less +++ b/gz-customerSystem/src/views/register/index.less @@ -855,6 +855,8 @@ &-title{ width: 140px; + font-family: DingTalk; + font-size: 22px; } &-img { @@ -869,4 +871,18 @@ display: flex; justify-content: space-between; align-items: center; +} + +.bottomTab1{ + // display: 'flex', background: linear-gradient(to right, #6a1b9a, #e040fb) + display: flex; + background: linear-gradient(to right, #E8F7FF, #9FD4FD); + padding: 12px 16px 16px 16px; +} + +.bottomTab2{ + display: flex; + background: linear-gradient(to right, #FFF7E6, #FFD591); + padding: 12px 16px 16px 16px; + } \ No newline at end of file -- Gitblit v1.8.0