摘要: 第一章:认识bootstrap和安装 第二章:bs的简单使用 第三章:布局容器 第四章:响应式布局 第五章:栅格系统 第六章:辅助类 第七章:组件 第八章:swiper 阅读全文
posted @ 2018-10-25 15:24 不沉之月 阅读(87) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>swiper</title> <link rel="stylesheet" href="css/swiper.css"> <style> .box { width: 500px; b 阅读全文
posted @ 2018-10-25 15:24 不沉之月 阅读(122) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>组件</title> <meta name="viewport" content="width=device-width, user-scalable=no, initial-sca 阅读全文
posted @ 2018-10-25 15:23 不沉之月 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 一 概念 二 代码示范 <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>辅助类</title> <meta name="viewport" content="width=device-width, user-scalable=no, 阅读全文
posted @ 2018-10-25 15:22 不沉之月 阅读(103) 评论(0) 推荐(0) 编辑
摘要: 一 概念 二 代码示范 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>栅格系统</title> <meta name="viewport" content="width=device-width, user-scalable=n 阅读全文
posted @ 2018-10-25 15:20 不沉之月 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 一 概念 二 代码示范 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>响应式</title> <!-- 适配手机屏幕 --> <meta name="viewport" content="width=device-width, 阅读全文
posted @ 2018-10-25 15:19 不沉之月 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 一 概念 二 代码示范 <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>布局容器</title> <link rel="stylesheet" type="text/css" href="bootstrap-3.3.7-dist/ 阅读全文
posted @ 2018-10-25 15:18 不沉之月 阅读(160) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="zh"> <head> <meta charset="UTF-8"> <title>bs的简单使用</title> <link rel="stylesheet" type="text/css" href="bootstrap-3.3.7-dist 阅读全文
posted @ 2018-10-25 15:17 不沉之月 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 一 概念 <!DOCTYPE html><html lang="zh"><head> <meta charset="UTF-8"> <title>认识bootstrap</title> <link rel="stylesheet" type="text/css" href="zero/css/zer 阅读全文
posted @ 2018-10-25 15:14 不沉之月 阅读(138) 评论(0) 推荐(0) 编辑