Home  >  Article  >  Web Front-end  >  基于bootstrap后台登录界面代码_html/css_WEB-ITnose

基于bootstrap后台登录界面代码_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:32:151872browse

分享一款基于bootstrap后台登录界面代码。这是一款基于基于bootstrap和css3实现的自适应移动端优先的登录界面代码。实现的效果图如下:

在线预览    源码下载

实现的代码。

html代码:

<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>

via:http://www.w2bc.com/article/bootstrap-user-login-form

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn