Commit 14b40d54 authored by 刘小敏's avatar 刘小敏

登录框变大

parent d8e34867
...@@ -16,10 +16,9 @@ ...@@ -16,10 +16,9 @@
.login-screen { .login-screen {
max-width: 430px; max-width: 600px;
padding: 0; padding: 0;
margin: 100px auto 0 auto; margin: 100px auto 0 auto;
} }
.login-screen .well { .login-screen .well {
...@@ -39,14 +38,14 @@ ...@@ -39,14 +38,14 @@
} }
.profile-img-card { .profile-img-card {
width: 100px; width: 160px;
height: 100px; height: 160px;
display: block; display: block;
-moz-border-radius: 50%; -moz-border-radius: 50%;
-webkit-border-radius: 50%; -webkit-border-radius: 50%;
border-radius: 50%; border-radius: 50%;
margin: -93px auto 30px; margin: -143px auto 30px;
border: 5px solid #fff; border: 10px solid #fff;
} }
.profile-name-card { .profile-name-card {
...@@ -59,7 +58,7 @@ ...@@ -59,7 +58,7 @@
} }
.login-form { .login-form {
padding: 40px 30px; padding: 60px 30px;
position: relative; position: relative;
z-index: 99; z-index: 99;
} }
...@@ -73,7 +72,7 @@ ...@@ -73,7 +72,7 @@
} }
#login-form .form-control { #login-form .form-control {
font-size: 13px; font-size: 18px;
} }
</style> </style>
...@@ -116,9 +115,9 @@ ...@@ -116,9 +115,9 @@
{if $Think.config.fastadmin.login_captcha} {if $Think.config.fastadmin.login_captcha}
<div class="input-group"> <div class="input-group">
<div class="input-group-addon"><span class="glyphicon glyphicon-option-horizontal" aria-hidden="true"></span></div> <div class="input-group-addon"><span class="glyphicon glyphicon-option-horizontal" aria-hidden="true"></span></div>
<input type="text" name="captcha" class="form-control" placeholder="{:__('Captcha')}" data-rule="{:__('Captcha')}:required;length({$Think.config.captcha.length|htmlentities})" autocomplete="off"/> <input type="text" style="height: 60px;" name="captcha" class="form-control" placeholder="{:__('Captcha')}" data-rule="{:__('Captcha')}:required;length({$Think.config.captcha.length|htmlentities})" autocomplete="off"/>
<span class="input-group-addon" style="padding:0;border:none;cursor:pointer;"> <span class="input-group-addon" style="padding:0;border:none;cursor:pointer;">
<img src="{:rtrim('__PUBLIC__', '/')}/index.php?s=/captcha" width="100" height="30" onclick="this.src = '{:rtrim('__PUBLIC__', '/')}/index.php?s=/captcha&r=' + Math.random();"/> <img src="{:rtrim('__PUBLIC__', '/')}/index.php?s=/captcha" width="200" height="60" onclick="this.src = '{:rtrim('__PUBLIC__', '/')}/index.php?s=/captcha&r=' + Math.random();"/>
</span> </span>
</div> </div>
{/if} {/if}
...@@ -132,7 +131,7 @@ ...@@ -132,7 +131,7 @@
</div> </div>
{/if} {/if}
<div class="form-group"> <div class="form-group">
<button type="submit" class="btn btn-success btn-lg btn-block" style="background:#708eea;">{:__('Sign in')}</button> <button type="submit" class="btn btn-success btn-lg btn-block" style="background:#708eea;font-size: 26px; height: 60px;">{:__('Sign in')}</button>
</div> </div>
<!--@AdminLoginFormEnd--> <!--@AdminLoginFormEnd-->
</form> </form>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment