首页 > 代码库 > 初探Bootstrap之十二栅格
初探Bootstrap之十二栅格
1、
2、
3、
4、
代码如下:
<!DOCTYPE html> <html> <head> <title>bootstrap->demo</title> <meta charset="utf-8"> <!-- 新 Bootstrap 核心 CSS 文件 --> <link rel="stylesheet" href="http://www.mamicode.com/dist/css/bootstrap.min.css"> <!-- jQuery文件。务必在bootstrap.min.js 之前引入 --> <script src="http://www.mamicode.com/jquery-3.1.1.min.js"></script> <!-- 最新的 Bootstrap 核心 JavaScript 文件 --> <script src="http://www.mamicode.com/dist/js/bootstrap.min.js"></script> <meta name="viewport" content="width=device-width,inital-scale=1"> </head> <body style="width: 1000px; margin: 0 auto;padding: 0;"> <h3>bootstrap -> test</h3> <form id="" action="check.html" method="post" class="form-horizontal"> <fieldset> <legend><label><span class="glyphicon glyphicon-user"></span> 用户登录:</label></legend> <div class="form-group" id="idDiv"> <label class="col-md-3 control-label" for="id">用户名:</label> <div class="col-md-5"> <input type="text" name="id" id="id" class="form-control" placeholder="请输入登录名"> </div> <div class="col-md-4" id="idSpan"></div> </div> <div class="form-group" id="passDiv"> <label class="col-md-3 control-label" for="id">密码:</label> <div class="col-md-5"> <input type="password" name="id" id="id" class="form-control" placeholder="请输入密码"> </div> <div class="col-md-4" id="passSpan"></div> </div> <div class="form-group" id="btnDiv"> <div class="col-md-5 col-md-offset-3"> <button type="submit" class="btn btn-xs btn-primary">登录</button> <button type="reset" class="btn btn-xs btn-warning">重置</button> </div> <div class="col-md-4" id="passSpan"></div> </div> </fieldset> </form> </body> </html>
初探Bootstrap之十二栅格
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。