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 @@