首页 > 代码库 > Bootstrap_01_网格布局
Bootstrap_01_网格布局
<!doctype html> <html> <head> <title>益司CMS-PC与手机建站集成</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link href="http://www.mamicode.com/__PUBLIC__/bootstrap/css/bootstrap.css" rel="stylesheet" /> <!--[if It IE 9]> <script src="http://www.mamicode.com/http//html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!--加载jquery--> </head> <!-- <div class="container"> <div class="row"> <div class="col-lg-4"> 大屏幕设备 桌面,大于1200px,占屏幕宽度的4/12 </div> <div class="col-md-4"> 中等屏幕设备 桌面,大于992px,占屏幕宽度的4/12 </div> <div class="col-sm-4 col-sm-offset-2"> 小屏幕设备 平板,大于768px,占屏幕宽度的4/12; col-sm-offset-2 小屏幕设备上偏移2/12 </div> <div class="col-xs-4 "> 超小屏幕设备 手机,小于768px,占屏幕宽度的4/12 </div> </div> </div> 用.container包裹页面上的内容即可实现居中对齐。在不同的媒体查询阈值范围内都为container设置了width,用以匹配栅格系统。 --> <body> <div class="container"> <h1 class="page-header"> 布局 <smal> 使用bootstrap网格布局 </smal> </h1> <p> 使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局 </p> <div class="row"> <div class="col-md-4 col-xs-6 col-xs-offset-2"> <h1 class="page-header"> 区块1 </h1> <p> 使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局 </p> </div> <div class="col-md-4 col-xs-12"> <h1 class="page-header"> 区块2 </h1> <p> 使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局 </p> </div> <div class="col-md-4 col-xs-12"> <h1 class="page-header"> 区块3 </h1> <p> 使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap网格布局 </p> <div class="row"> <div class="col-md-6"> rap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap </div> <div class="col-md-6"> rap网格布局使用bootstrap网格布局使用bootstrap网格布局使用bootstrap </div> </div> </div> </div> </div> <script type="text/javascript" src="http://www.mamicode.com/__PUBLIC__/bootstrap/jquery/jquery.min.js"></script> <script type="text/javascript" src="http://www.mamicode.com/__PUBLIC__/bootstrap/js/bootstrap.js"></script> </body> </html>
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。