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

Bootstrap_01_网格布局

时间:2014-05-12 03:13:07      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:手机

<!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_网格布局,布布扣,bubuko.com

Bootstrap_01_网格布局

标签:手机

原文地址:http://6846041.blog.51cto.com/6836041/1409298

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