bootstrapの使用
8584 ワード
みんながbootstrapを使っているのを見てhttp://v3.bootcss.com/getting-started/
まずbootstrap/├-css/|├-bootstrapをダウンロードします.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ └── bootstrap-theme.min.css ├── js/ │ ├── bootstrap.js │ └── bootstrap.min.js └── fonts/ ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2
そして、基本的なテンプレートは.
ここではbootstrapフレームワークを参照するモジュールについて説明しただけです
次にフローグリッドシステムです.12列に分ける.http://v3.bootcss.com/css/
最も簡単なフレームワークは
横方向のレイアウトに使用します.
誰かがパネルを使っているのを見た
ここでは、コピー用のチップ233333
まずbootstrap/├-css/|├-bootstrapをダウンロードします.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ └── bootstrap-theme.min.css ├── js/ │ ├── bootstrap.js │ └── bootstrap.min.js └── fonts/ ├── glyphicons-halflings-regular.eot ├── glyphicons-halflings-regular.svg ├── glyphicons-halflings-regular.ttf ├── glyphicons-halflings-regular.woff └── glyphicons-halflings-regular.woff2
そして、基本的なテンプレートは.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 3 meta * * , * * ! -->
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]> <script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> <![endif]-->
</head>
<body>
<h1> , !</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="//cdn.bootcss.com/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
ここではbootstrapフレームワークを参照するモジュールについて説明しただけです
次にフローグリッドシステムです.12列に分ける.http://v3.bootcss.com/css/
最も簡単なフレームワークは
<div class="row">
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
<div class="col-md-1">.col-md-1</div>
</div>
横方向のレイアウトに使用します.
誰かがパネルを使っているのを見た
<div class="col-sm-4 no-padding">
<div class="panel panel-default">
<div class="panel-heading"> title</div>
<div class="panel-body"></div>
</div>
</div>
ここでは、コピー用のチップ233333
<div class="panel panel-default">
<div class="panel-heading"> title</div>
<div class="panel-body"></div>
</div>