diff --git a/application/admin/view/index/login.html b/application/admin/view/index/login.html index 74c6a29..34ef5cc 100755 --- a/application/admin/view/index/login.html +++ b/application/admin/view/index/login.html @@ -19,7 +19,7 @@ width: 1073px; height: 642px; background: #FFFFFF; - box-shadow: 0px 4px 8px 2px rgba(0,0,0,0.04), 0px 2px 6px 0px rgba(0,0,0,0.06), 0px 0px 4px 0px rgba(0,0,0,0.08); + box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.08); border-radius: 12px; } @@ -46,6 +46,7 @@ justify-content: space-between; align-items: center; } + .container .login-ctr .left { width: 400px; height: 360px; @@ -53,19 +54,93 @@ } .container .login-ctr .right { - width: 482px; + width: 392px; height: 445px; } .container .login-ctr .right { - margin-left: 100px; + margin-left: 120px; } .container .login-ctr .right .title { height: 67px; font-weight: 700; font-size: 40px; - color: rgba(0,0,0,0.9); + color: rgba(0, 0, 0, 0.9); + } + + .container .login-ctr .right .form { + padding-top: 20px; + box-sizing: border-box; + } + + .form .item { + margin-bottom: 10px; + } + + .item .name { + height: 34px; + font-weight: 400; + font-size: 18px; + color: rgba(0, 0, 0, 0.9); + margin-bottom: 4px; + } + + .item .form-control { + width: 393px; + height: 40px; + border-radius: 4px; + border: 1px solid rgba(0, 0, 0, 0.1); + font-weight: 400; + font-size: 15px; + color: rgba(0, 0, 0, 0.9); + } + + .item .captcha { + width: 280px; + } + + .item .input-group-addon { + width: 100px; + height: 40px; + } + + .right .keep-login { + height: 40px; + font-weight: 400; + font-size: 14px; + color: rgba(0,0,0,0.5); + } + + .keep-login .text { + margin-left: 4px; + font-weight: 400 !important; + } + + .keep-login .inline { + height: 100%; + width: 100px; + } + + .keep-login .checkbox { + margin: 0; + } + + .captcha-ctr { + display: flex; + justify-content: space-between; + } + .captcha-ctr .msg-box { + width: 100%; + } + .btn-lg { + width: 393px; + height: 40px; + border-radius: 4px; + font-weight: 400; + font-size: 15px; + color: #FFFFFF; + margin-top: 10px; } @@ -74,11 +149,60 @@
-
-
- 欢迎登录 超邦手后台 +
+ +
+ {:token()} +
+
+ 欢迎登录超邦手后台 +
+
+
+
用户名
+ +
+
+
密码
+ +
+ + {if $Think.config.fastadmin.login_captcha} +
+
验证码
+
+
+ +
+ + + + +
+
+ {/if} + +
+ {if $keeyloginhours>0} + + {/if} +
-
+ +
{include file="common/script" /}