zoukankan      html  css  js  c++  java
  • BootStrap笔记

    组件
    BootStrap
        -css
        -js
     BootStrap规则

    jQueryUI
        -css
        -js
    jQueryUI规则


    EasyUI
        -css
        -js

    推荐: 适用于后台管理
    EasyUI规则

    网站:http://www.jeasyui.com
    模态对话框 demos-dialog-basic.html
    页面布局  demos-layout-full.html
    表格  demos-datagrid-basic.html
    表格带操作 demos-datagrid-complextoolbar.html
    css存放路径: themes

    引用demos  首页--demosUI--复制源代码--将程序包考进来 修改js和css路径

    easyui使用:下载---找到首页demos---选应用---复制源码--修改css和js路径
    easyUI存在大量ajx操作

    推荐指数:*  适用于后台管理

    网站:http://jqueryui.com/

    jQueryUI规则
    EasyUI类似,没有EasyUI齐全
    JQuery所有的例子在index.html-->找到源码--》把某一部分需要的复制下来就可以了

    推荐:适用于全站 偏向于主站 页面最好看
    BootStrap规则
    BootStrap网站:https://v3.bootcss.com
    引用bootstrap模板 网上搜索免费的bootstrap模板
    .响应式
        @media

    .图标,字体
        @font-face 根据代码找图标
       图标的引用 copy---outerHTML  <span class="glyphicon glyphicon-eur" aria-hidden="true"></span>
    .基本使用
    bxSlider轮播图

     

  • 相关阅读:
    nyoj 202红黑树 (搜索)
    POJ 3281 Dining(最大流)
    nyoj-488 素数环 +nyoj -32 组合数 (搜索)
    LeetCode100:Same Tree
    LeetCode283:Move Zeros
    Leetcode226:Invert Binary Tree
    LeetCode258:Add Digits
    Leetcode237:Delete Node in a Linked List
    LeetCode7:Reverse Integer
    LeetCode292:Nim Game
  • 原文地址:https://www.cnblogs.com/leiwenbin627/p/10964620.html
Copyright © 2011-2022 走看看