首页 > 其他 > 详细

Bootstrap

时间:2019-07-27 21:31:27      阅读:118      评论:0      收藏:0      [点我收藏+]

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/

Bootstrap

原文:https://www.cnblogs.com/qingqinxu/p/11256733.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!