修改 - Login 界面微调

This commit is contained in:
suwings 2018-04-29 21:05:54 +08:00
parent 1d99b1d097
commit 50ea137de1
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
<div id="mlogin_left_context" class="phone_not">
<h3>欢迎使用</h3>
<p>欢迎你的来到,作为程序将用尽一切力量来帮助你。</p>
<p>如有问题,请及时反馈!</p>
<p>感谢支持,感谢使用。</p>
</div>
<p class="mlogin_context_footer">
@ -41,10 +41,10 @@
<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="/" class="mlogin_forge" onclick="alert('请联系管理员更改密码如果您是管理员请删除user/文件夹下的所有#开头的管理用户')">
<a href="#" class="mlogin_forge" onclick="alert('请联系管理员更改密码如果您是管理员请删除user/文件夹下的所有#开头的管理用户')">
忘记密码?
</a>
<a href="/" class="mlogin_forge" onclick="alert('暂无帮助提供')">
<a href="#" class="mlogin_forge" onclick="alert('暂无帮助提供')">
需要帮助?
</a>
</div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 389 KiB