修改 - 更改login式样

This commit is contained in:
suwings 2018-04-27 08:35:48 +08:00
parent c8c2457947
commit c9c3fb08a5
2 changed files with 9 additions and 4 deletions

View File

@ -41,9 +41,12 @@
<p>密码</p>
<input id="login-passwd" type="password" class="minput" placeholder="账号密码" onkeypress="enKeyPress()" />
<button id="login-button" class="mbutton" onclick="MCSERVER.btnLogin()">验证</button>
<a href="/" id="mlogin_forge" class="text-right help-text" onclick="alert('请联系管理员更改密码如果您是管理员请删除user/文件夹下的所有#开头的管理用户')">
<a href="/" class="mlogin_forge" onclick="alert('请联系管理员更改密码如果您是管理员请删除user/文件夹下的所有#开头的管理用户')">
忘记密码?
</a>
<a href="/" class="mlogin_forge" onclick="alert('暂无帮助提供')">
需要帮助?
</a>
</div>
<p id="mlogin_context_footer" class="phone ">
<span>©2013-2018 Suwings. All rights reserved.</span>

View File

@ -93,9 +93,11 @@ html {
margin-top: 20px;
}
#mlogin_forge {
margin-top: 8px;
display: inline-block;
.mlogin_forge {
margin-top: 10px;
margin-left: 6px;
display: block;
float: right;
}
/* 输入 */