|
|
@@ -50,7 +50,7 @@
|
|
|
}
|
|
|
|
|
|
div.login_body{
|
|
|
- margin-top: -90px;
|
|
|
+ margin-top: -100px;
|
|
|
}
|
|
|
div.login_content div{
|
|
|
margin-top: 30px;
|
|
|
@@ -79,7 +79,7 @@
|
|
|
<div class="login">
|
|
|
<div class="login_body">
|
|
|
<div class="login_header">
|
|
|
- <img style="margin: 0px auto; display: block; margin-bottom: 10px;" src="{$Think.ADMIN_SITE_ROOT}/images/logo.png"/>
|
|
|
+ <a href="/index.php"><img style="margin: 0px auto; display: block; margin-bottom: 10px;" src="{$Think.ADMIN_SITE_ROOT}/images/logo.png"/></a>
|
|
|
</div>
|
|
|
<div class="login_content">
|
|
|
<form method="post">
|
|
|
@@ -102,9 +102,9 @@
|
|
|
<input type="text" name="captcha" placeholder="{:lang('login_captcha')}" required class="text" style="width:60%;float:left;">
|
|
|
<img src="{:captcha_src()}" style="width:30%;height:38px;" id="change_captcha"/>
|
|
|
</div>
|
|
|
- <input type="checkbox" name="ch_box" id="ch_box" onclick="c_box()" /><span>我已阅读并同意<a href="" target="_blank">《用户协议》</a>及<a href="" target="_blank">《法律声明及隐私条款》</a></span><br><br>
|
|
|
+ <input type="checkbox" name="ch_box" id="ch_box" onclick="c_box()" />{:lang('register_xieyi')}<br><br>
|
|
|
<div class="form-group" style="text-align: center;">
|
|
|
- <input type="submit" class="layui-btn" id="layui-btn" value="{:lang('register_sumbit')}" lay-submit lay-filter="login" style="margin-top: -20px;"/>
|
|
|
+ <input type="submit" class="layui-btn" id="layui-btn" value="{:lang('register_sumbit')}" lay-submit lay-filter="login" style="margin-top: "/>
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|