加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

前端基础(5)bootstrap

发布时间:2020-12-17 20:49:23 所属栏目:安全 来源:网络整理
导读:1.bootstrap的特点 1)bootstrap的兼容性 可以兼容现在所有的浏览器,包括ie7以及ie8 2)bootstrap:响应式布局 可以支持pc端的各种分辨率的显示,也支持移动端 3)组件 Bootstrap提供了很多的组件,方便使用者 4)内置jQuery组件 Bootstrap提供了很多的jQue

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.实例

待续.....

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读