Bootstrap

DOM操作:

jQuery: 是一个前端的类库【相当于python里面的模块】

官网下载:https://jquery.com/download/     下载min.js文件<script src=''>引入
     jquery-3.4.1.js | jquery-3.4.1.min.js

Bootstrap它是基于jQuery,也就意味着你在用bootstrap要先导入jQuery文件!

    可以下载<用于生产环境的 Bootstrap>

    或 cdn引入方式<https://www.bootcdn.cn/jquery/>  min.css  |  min.js       建议使用3.x版本

删格系统

  一个row就表示一行(这一行默认分成了12份,每一份还可以分成12份)

  首先使用bootstrap先写一个布局容器
    <div class="container-fluid ">

    <div class="container ">

 

<div class="container c1">   布局容器
<div class="row">     一行
<div class="col-md-6 c1"></div> 控制你占当前行的多少列
    




sweetalert插件

https://lipis.github.io/bootstrap-sweetalert/

posted @ 2019-07-27 21:08  胖啊  阅读(155)  评论(0编辑  收藏  举报