欢迎访问移动开发之家(rcyd.net),关注移动开发教程。移动开发之家  移动开发问答|  每日更新
页面位置 : > > > 内容正文

基于bootstrap后台登录界面代码

来源: 开发者 投稿于  被查看 37358 次 评论:279

基于bootstrap后台登录界面代码


[p][color=rgb(0, 0, 0)]

基于bootstrap后台登录界面代码

[p][color=rgb(0, 0, 0)]html代码:[code]<div class="signin">
<div class="signin-head"><img src="images/test/head_120.png" alt="" class="img-circle"></div>
<form class="form-signin" role="form">
<input type="text" class="form-control" placeholder="用户名" required autofocus />
<input type="password" class="form-control" placeholder="密码" required />
<button class="btn btn-lg btn-warning btn-block" type="submit">登录</button>
<label class="checkbox">
<input type="checkbox" value="remember-me"> 记住我
</label>
</form>
</div>[/code]via:http://www.w2bc.com/article/bootstrap-user-login-form[/color][/p]

用户评论