|
@@ -38,7 +38,8 @@
|
|
|
.loginForm .greeting{color:#33a1ff;font-size:24px;font-weight:bold;letter-spacing:5px;text-align:center;height:60px;line-height:60px;border-bottom:1px solid #ddd;margin:0 50px;}
|
|
|
.bg1{background-size:auto 100%;}
|
|
|
button[type=submit],button[type=submit]:hover{background:#3073d5;}
|
|
|
- button[type=submit]:active{background:#5F9BEE !important;}
|
|
|
+ button[type=submit]:active,button[type=submit]:focus{background:#5F9BEE !important;}
|
|
|
+ .form-control,#captcha,button[type=submit]{height:36px;}
|
|
|
@media screen and (max-width:480px){
|
|
|
.header .content{width:400px;}
|
|
|
.body .content{width:400px;}
|
|
@@ -78,10 +79,10 @@
|
|
|
</select>
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <input type="text" name="username" class="form-control" placeholder="用户名" autocomplete="off" required="" style="background: url(/static/img/user.png) 6px 9px no-repeat;padding-left: 25px;">
|
|
|
+ <input type="text" name="username" class="form-control" placeholder="用户名" autocomplete="off" required="" style="background: url(/static/img/user.png) 6px 11px no-repeat;padding-left:25px;">
|
|
|
</div>
|
|
|
<div class="form-group">
|
|
|
- <input type="password" name="password" class="form-control" placeholder="密码" autocomplete="off" required="" style="background: url(/static/img/mm.png) 6px 9px no-repeat;padding-left: 25px;">
|
|
|
+ <input type="password" name="password" class="form-control" placeholder="密码" autocomplete="off" required="" style="background: url(/static/img/mm.png) 6px 11px no-repeat;padding-left:25px;">
|
|
|
</div>
|
|
|
{if condition="session('isCaptcha') == 1"}
|
|
|
<div class="form-group" style="float: left;">
|
|
@@ -93,14 +94,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
{/if}
|
|
|
- <div class="form-group" style="float: left;">
|
|
|
- <div class="checkbox" style="text-align: left">
|
|
|
- <label>
|
|
|
- <input type="checkbox" name="remember" style="margin-top: 2px;">记住我
|
|
|
- </label>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <button type="submit" class="btn btn-primary block full-width m-b">登录</button>
|
|
|
+ <button type="submit" class="btn btn-primary block full-width m-b" style="margin-top:20px;">登录</button>
|
|
|
<div style="margin-top:20px;">
|
|
|
<button onclick="Login.openEditPassword()" type="button" style="border:none;background: #fff;float:left;color: #008ef9;color:#888;">忘记密码?</button>
|
|
|
<button onclick="Login.gotoRegisterPage('/common/auth/register')" type="button" style="border:none; background: #fff;color: #008ef9;float:right;">注册新用户</button>
|