Commit 0927f821 by fengshuonan

登录界面修改

parent 0a36e765
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
<div class="login-box card"> <div class="login-box card">
<div class="card-block"> <div class="card-block">
<form class="form-horizontal form-material" id="loginform" action="index.html"> <form class="form-horizontal form-material" id="loginform" action="index.html">
<h3 class="box-title m-b-20">欢迎登录Guns管理系统</h3> <h3 class="box-title m-b-20">Guns管理系统</h3>
<div class="form-group "> <div class="form-group ">
<div class="col-xs-12"> <div class="col-xs-12">
<input class="form-control" type="text" required="" placeholder="账号" autocomplete="off"></div> <input class="form-control" type="text" required="" placeholder="账号" autocomplete="off"></div>
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
</div> </div>
<div class="form-group text-center m-t-20 m-b-0"> <div class="form-group text-center m-t-20 m-b-0">
<div class="col-xs-12"> <div class="col-xs-12">
<button class="btn btn-info btn-lg btn-block text-uppercase waves-effect waves-light" type="submit">Log In</button> <button class="btn btn-info btn-lg btn-block text-uppercase waves-effect waves-light" type="submit">登录</button>
</div> </div>
</div> </div>
</div> </div>
......
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