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

前端基础(5)bootstrap

时间:2018-09-09 11:51:11      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:包括   tar   bsp   html5   很多   The   bootstarp   特点   arp   

1.bootstrap的特点

1)bootstrap的兼容性

可以兼容现在所有的浏览器,包括ie7以及ie8

2)bootstrap:响应式布局

可以支持pc端的各种分辨率的显示,也支持移动端

3)组件

Bootstrap提供了很多的组件,方便使用者

4)内置jQuery组件

Bootstrap提供了很多的jQuery的插件

5)支持html5及css3

6)支持less动态样式

 

2.bootstarp的结构

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

主要分为3大部分::css(样式)、js(脚本)、fonts(字体)。

备注:npm不添加对bootstrap没影响

 

3.api

https://v3.bootcss.com/javascript/#mdo

 

4.实例

待续.....

 

前端基础(5)bootstrap

标签:包括   tar   bsp   html5   很多   The   bootstarp   特点   arp   

原文地址:https://www.cnblogs.com/gg128/p/9612449.html

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