bootstrap知识小点_html/css_WEB-ITnose
一、导入bootstrap样式和脚本
二、导航条
1、.navbar class 添加 class .navbar-fixed-top:表示让导航栏固定在页面的顶部
2、.brand class: 以不同的方式显示
3、.pull-left: 靠左对齐
4、为了给导航栏添加响应式特性,您要折叠的内容必须包裹在带有 classes .collapse、.navbar-collapse 的
三、布局容器
Workflow
contact our customer service via Skype or email to place your orderupload your archived scene file including all materials and setupswe will send testframes to confirm that everything works fine at our end after your confirmation we will proceed start renderingafter we received the payment we will send the files via dropbox or ftp
1、.container class: 用于固定宽度并支持响应式布局的容器
2、.container-fluid: 用于 100% 宽度,占据全部视口(viewport)的容器
3、1个row里最多12个span
四、滚动监听
1、引入js:
2、(1)向您想要监听的元素(通常是 body)添加 data-spy="scroll",然后添加带有 Bootstrap .nav 组件的父元素的 ID 或 class 的属性 data-target
(2)
$("#nav-list li, #scroll_up").click(function(e) { e.preventDefault(); $('html, body').animate({ scrollTop: $($(this).children("a").attr("href")).offset().top },1500); });
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
相关文章
相关视频
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
上一篇: 网页的即时是如何做的,有什么好思路没
下一篇: 关于Vue 动态设置路由参数的介绍
推荐阅读
-
Bootstrap学习js插件篇之下拉菜单_html/css_WEB-ITnose
-
小知识点(一)_html/css_WEB-ITnose
-
初步使用bootstrap快速创建页面_html/css_WEB-ITnose
-
初步使用bootstrap快速创建页面_html/css_WEB-ITnose
-
bootstrap栅格怎么格5个格出来_html/css_WEB-ITnose
-
Bootstrap栅格布局系统的特点_html/css_WEB-ITnose
-
Bootstrap组件之Glyphicons字体图标_html/css_WEB-ITnose
-
Bootstrap3.0学习(一)_html/css_WEB-ITnose
-
Java+SSH+Bootstrap开发笔记_html/css_WEB-ITnose
-
响应式布局及bootstrap(实例)_html/css_WEB-ITnose
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论