bootstrap 下载以及演示地址:
国内稳当翻译网站 :http://www.bootcss.com
下载bootstrap : http://v3.bootcss.com
下载解压后结构:
bootstrap/ ├── css/ │ ├── bootstrap.css │ ├── bootstrap.css.map │ ├── bootstrap.min.css │ ├── bootstrap.min.css.map │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ ├── bootstrap-theme.min.css │ └── bootstrap-theme.min.css.map ├── 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 右边是 bootstrap 说明信息 并且如果内容过多 会出现右边部分换行
danger 表示危险
a 标签 input 标签 button 标签 都可以作为按钮使用
单选框和复选框相同 radio
img-thumbnail 属性较为常用 缩略图:边框和白色填充
原文:https://www.cnblogs.com/lixuchun/p/9147177.html