标签:order css href 移动 offset 系统 左右移动 ble com
Bootstrap官网:https://v3.bootcss.com/css/
使用前端框架bootstrap 统一都必须先下载或者先引用
bootstrap框架动态效果是基于jQuery的 也就意味着你在使用
bootstrap的时候要提前先导入jquery(******)
布局容器
<div class="container">
左右两边有留白
</div>
<div class="container-fluid">
占满全屏
</div>
栅格系统
用row来划定行,默认一行12份
在使用bootstarp的时候 你需要做12以内的加减法
用col-md-数字来划定份数 一行就12份
控制左右移动
col-md-offset-数字 从左往右移动几份
表格标签
<table class="table table-hover table-striped table-bordered">
表单标签一般情况下只需要加一个form-control即可
标签:order css href 移动 offset 系统 左右移动 ble com
原文地址:https://www.cnblogs.com/baohanblog/p/12144191.html