mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-05 15:29:35 +08:00
修改 - 更改login式样
This commit is contained in:
parent
c8c2457947
commit
c9c3fb08a5
@ -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>
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
/* 输入 */
|
||||
|
Loading…
Reference in New Issue
Block a user