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轮播图

     

  • 相关阅读:
    微信jssdk
    php读取大文件
    PHP工程师突破
    TCP/IP
    基于scrapy-redis的分布式爬虫
    pymongodb的使用和一个腾讯招聘爬取的案例
    中间件使用之(UA,IP,selenium)的使用
    windos下redis服务的后台启动
    mongodb的初步使用
    windos下安装mongodb
  • 原文地址:https://www.cnblogs.com/leiwenbin627/p/10964620.html
Copyright © 2011-2022 走看看