From fb7e1be9de1cfe52628da644143db8150c7d7d84 Mon Sep 17 00:00:00 2001 From: JayChou <2064936853@qq.com> Date: Thu, 19 Sep 2024 16:13:17 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=B3=A8=E5=86=8C=E9=A1=B5=E9=9D=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/loginmini/style/home.less | 21 ++--- .../views/system/loginmini/MiniForgotpad.vue | 8 +- .../views/system/loginmini/MiniRegister.vue | 89 +++++++++++-------- 3 files changed, 67 insertions(+), 51 deletions(-) diff --git a/jeecgboot-vue3-master/src/assets/loginmini/style/home.less b/jeecgboot-vue3-master/src/assets/loginmini/style/home.less index 8e1041de..e210bb68 100644 --- a/jeecgboot-vue3-master/src/assets/loginmini/style/home.less +++ b/jeecgboot-vue3-master/src/assets/loginmini/style/home.less @@ -30,7 +30,7 @@ } .aui-form { width: 100%; - padding: 40px 30px; + padding: 20px 30px; background-color: transparent !important; } @@ -117,7 +117,7 @@ border: none; color: #333333; font-size: 14px; - background: unset; + // background: unset; padding-left: 40px; } @@ -343,7 +343,7 @@ .aui-inputClear { width: 100%; position: relative; - padding-left: 20px; + padding-left: 31px; // background: #fff; margin-bottom: 8px; margin-top: 20px; @@ -352,7 +352,7 @@ .aui-inputClear .icon { position: absolute; top: 10px; - left: 0; + left: 9px; } .aui-inputClear input { @@ -418,17 +418,18 @@ } .aui-formButton { - padding-top: 10px; + // padding-top: 10px; } .aui-formButton a { + height: 42px; padding: 10px 15px; font-size: 14px; border-radius: 8px; - border-color: #67b5ff; - background: #1b90ff; - width: 100%; + border-color: #0bd7c6; + background: #0bd7c6; + width: 218px; cursor: pointer; border: none; color: #fff; @@ -452,8 +453,8 @@ } .aui-formButton .aui-linek-code:hover { - color: #1b90ff; - border: 1px solid #1b90ff; + color: #30e3ce; + border: 1px solid #30e3ce; } .aui-third-text { diff --git a/jeecgboot-vue3-master/src/views/system/loginmini/MiniForgotpad.vue b/jeecgboot-vue3-master/src/views/system/loginmini/MiniForgotpad.vue index 13eafd9f..d07109e9 100644 --- a/jeecgboot-vue3-master/src/views/system/loginmini/MiniForgotpad.vue +++ b/jeecgboot-vue3-master/src/views/system/loginmini/MiniForgotpad.vue @@ -2,11 +2,11 @@
-
- -
+
+
-->
diff --git a/jeecgboot-vue3-master/src/views/system/loginmini/MiniRegister.vue b/jeecgboot-vue3-master/src/views/system/loginmini/MiniRegister.vue index d4c45cd1..f16921ac 100644 --- a/jeecgboot-vue3-master/src/views/system/loginmini/MiniRegister.vue +++ b/jeecgboot-vue3-master/src/views/system/loginmini/MiniRegister.vue @@ -4,24 +4,27 @@
+ -
-
{{ t('sys.login.signUpFormTitle') }}
-
+
-
+ @@ -119,9 +122,8 @@