<!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="__PUBLIC__/bootstrap/css/bootstrap.css" rel="stylesheet" /> <!--[if It IE 9]> <script src="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="__PUBLIC__/bootstrap/jquery/jquery.min.js"></script> <script type="text/javascript" src="__PUBLIC__/bootstrap/js/bootstrap.js"></script> </body> </html>
Bootstrap_01_网格布局
原创xiaohongyangok 博主文章分类:HTML5与CSS3 ©著作权
©著作权归作者所有:来自51CTO博客作者xiaohongyangok的原创作品,请联系作者获取转载授权,否则将追究法律责任
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
android网格布局间距 android 网格布局均分
RecyclerView可以说是ListView和GridView的升级综合版,在Android5.0推出,其特点如下:1、支持不同方向、不同排版模式,实现多种数据展示形式(包含ListView、GridView、瀑布流);2、装载了ViewHolder的回收机制,无需我们考虑View的复用;3、取消了OnItemClick点击事件,需自己实现;4、可控制Item增删动画;5、可以设置Item的间
android网格布局间距 ItemDecoration 网格布局 GridLayoutManager RecyclerView