zoukankan      html  css  js  c++  java
  • Bootstrap 学习笔记

    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 属性较为常用 缩略图:边框和白色填充

  • 相关阅读:
    函数 对象 入门总结
    js 禁止复制粘贴全选
    CSS3个人盲点总结【总结中..........】
    was设置事务超时
    阿里前DBA的故事
    转型思考
    自卑
    关于BigDecimal的使用
    少睡与吸烟影响IQ
    DB2中OLAP函数使用示例
  • 原文地址:https://www.cnblogs.com/lixuchun/p/9147177.html
Copyright © 2011-2022 走看看