From bbd9f1855b7d59a74d6cadc61f14d9c917ae4ddb Mon Sep 17 00:00:00 2001
From: chenjinlong <22208488@qq.com>
Date: Fri, 15 Jan 2021 18:57:08 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90register=E3=80=91=E5=A2=9E=E5=8A=A0?=
=?UTF-8?q?=E7=9F=AD=E4=BF=A1=E5=8F=91=E9=80=81=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pom.xml | 8 +-
src/main/webapp/pages/register.html | 198 +++++++++++++++++++++++-----
2 files changed, 174 insertions(+), 32 deletions(-)
diff --git a/pom.xml b/pom.xml
index bc10a469..ecd3414e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,7 @@
office-spring-boot-starter
1.0.0
+
cn.stylefeng.roses
log-spring-boot-starter
@@ -108,6 +109,12 @@
1.0.0
+
+ cn.stylefeng.roses
+ sms-spring-boot-starter
+ 1.0.0
+
+
cn.stylefeng.roses
message-spring-boot-starter
@@ -146,7 +153,6 @@
oshi-core
${oshi.version}
-
diff --git a/src/main/webapp/pages/register.html b/src/main/webapp/pages/register.html
index b8955a68..062b6832 100644
--- a/src/main/webapp/pages/register.html
+++ b/src/main/webapp/pages/register.html
@@ -131,21 +131,21 @@
}
\@media screen and (min-height: 550px) {
- .login-wrapper {
- margin: -250px auto 0;
- position: absolute;
- top: 50%;
- left: 0;
- right: 0;
- width: 100%;
- }
+ .login-wrapper {
+ margin: -250px auto 0;
+ position: absolute;
+ top: 50%;
+ left: 0;
+ right: 0;
+ width: 100%;
+ }
- .login-copyright {
- position: absolute;
- bottom: 0;
- right: 0;
- left: 0;
- }
+ .login-copyright {
+ position: absolute;
+ bottom: 0;
+ right: 0;
+ left: 0;
+ }
}
.layui-btn {
@@ -156,6 +156,61 @@
.layui-link {
color: #5FB878 !important;
}
+
+ .login-captcha-btn {
+ line-height: 44px;
+ text-align: center;
+ background-color: transparent;
+ outline: none;
+ color: #666;
+ padding: 0 !important;
+ }
+
+ /** 获取图形验证码弹窗 */
+ .layer-get-code {
+ padding: 25px 25px;
+ }
+
+ .layer-get-code > p {
+ color: #666;
+ font-size: 16px;
+ }
+
+ .layer-get-code > .lay-code-group {
+ position: relative;
+ padding-right: 135px;
+ margin: 15px 0;
+ }
+
+ .layer-get-code > .lay-code-group > .layui-input {
+ border-radius: 0;
+ height: 46px;
+ line-height: 46px;
+ background-color: transparent;
+ border-color: rgba(111, 121, 122, 0.3);
+ }
+
+ .layer-get-code > .lay-code-group > img {
+ position: absolute;
+ right: 0;
+ top: 0;
+ height: 46px;
+ width: 120px;
+ box-sizing: border-box;
+ cursor: pointer;
+ }
+
+ .layer-get-code .layui-btn-fluid {
+ line-height: 50px;
+ height: 50px;
+ }
+
+ /** //获取图形验证码弹窗 */
+
+ .layui-btn-disabled {
+ cursor: not-allowed !important;
+ color: #999 !important;
+ }
@@ -163,28 +218,28 @@