码迷,mamicode.com
首页 > 其他好文 > 详细

基于bootstrap后台登录界面代码

时间:2015-12-08 17:47:08      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:

分享一款基于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

基于bootstrap后台登录界面代码

标签:

原文地址:http://www.cnblogs.com/w2bc/p/5029395.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!