首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >FSWD_BootStrap

FSWD_BootStrap

作者头像
用户1147754
发布2018-01-02 17:13:19
发布2018-01-02 17:13:19
1.2K0
举报
文章被收录于专栏:YoungGyYoungGy
  • Course Overview
    • 响应式设计
    • grid system
  • CSS
    • Button
    • Form
    • Tables
    • panel
    • well
    • image
    • media
    • alert
    • progress bar
  • JS
    • review css
    • js and jquery
    • use of jquery
    • tabs and tabbed navigation
    • hide and seek
    • scrollspy and affix
    • Tooltips Popovers and Modals
    • carousel
  • Nodejs
    • NPM
  • CSS preprocessor
    • example
    • less
    • sass
  • Web tools

Course Overview

响应式设计

适应于各种大小的屏幕。

grid system

CSS

Button

Form

Tables

panel

well

image

media

alert

progress bar

JS

review css

BS的CSS是重叠递进的。

js and jquery

写js code是很繁琐的,因此构建在上面的jquery以及bootstrap方便了用户使用。

use of jquery

引入js文件

使用jquery

tabs and tabbed navigation

Design a web page to use tabbed navigation for organizing the content Use tab panes and organize the content into the panes Facilitate navigation among the tab panes using the tabbed navigation elements

hide and seek

Use the collapse plugin to hide/reveal content Construct the accordion using panels and panel-group class Use the scrollspy to reflect the current position of the scroll Employ the affix plugin to fix the position of the nav element after an initial scroll

scrollspy and affix

Design an accordion using the collapse plugin together with the panel component and panel-group class Use a scrollspy to highlight the current scroll position in a nav Use the affix plugin together with the scrollspy on the side nav component

Tooltips, Popovers and Modals

Set up a tooltip to be displayed when the user hovers over an area of the page Enable popovers when the user clicks on a link or button Reveal and hide modals when the user clicks on a link or button

carousel

Use a carousel component in your web page Configure various aspects of the carousel Add controls to the carousel to manually control it

Node.js

Node js runtime

Node.js可以使JS用在后端,所以js可以前后端都用。

NPM

CSS preprocessor

CSS有很多正常编程语言可以实现的功能实现不了,这就是preprocessor的来源。

example

less

sass

Web tools

developed using js Understand the need for web tools Make use of Bower to automatically fetch Web packages and assets.

好处是只需要更改json file,而不需要包含所有的依赖。

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Course Overview
    • 响应式设计
    • grid system
  • CSS
    • Button
    • Form
    • Tables
    • panel
    • well
    • image
    • media
    • alert
    • progress bar
  • JS
    • review css
    • js and jquery
    • use of jquery
    • tabs and tabbed navigation
    • hide and seek
    • scrollspy and affix
    • Tooltips, Popovers and Modals
    • carousel
  • Node.js
    • NPM
  • CSS preprocessor
    • example
    • less
    • sass
  • Web tools
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档