摘要:
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <li data-target=" 阅读全文
posted @ 2020-02-28 21:07
风萧萧路漫漫
阅读(707)
评论(0)
推荐(0)
摘要:
<nav aria-label="Page navigation"> <!--pagination分页--> <ul class="pagination"> <li> <a href="#" aria-label="Previous"> <span aria-hidden="true">« 阅读全文
posted @ 2020-02-28 21:06
风萧萧路漫漫
阅读(450)
评论(0)
推荐(0)
摘要:
导航条 修改就行了哪里看不懂删哪里 <!DOCTYPE html> <html lang="zh-CN"> <head> <!--设置编码--> <meta charset="utf-8"> <!--设置ie的支持--> <meta http-equiv="X-UA-Compatible" cont 阅读全文
posted @ 2020-02-28 21:05
风萧萧路漫漫
阅读(317)
评论(0)
推荐(0)
摘要:
<form> <div class="form-group"> <label for="exampleInputEmail1">Email address</label> <input type="email" class="form-control" id="exampleInputEmail1" 阅读全文
posted @ 2020-02-28 21:00
风萧萧路漫漫
阅读(253)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2020-02-28 20:59
风萧萧路漫漫
阅读(141)
评论(0)
推荐(0)
摘要:
<img src="..." class="img-responsive" alt="Responsive image"> class="img-responsive"表示随着显示大小随便变化,永远都占100%,占满 <img src="..." alt="..." class="img-round 阅读全文
posted @ 2020-02-28 20:58
风萧萧路漫漫
阅读(312)
评论(0)
推荐(0)
摘要:
class="btn btn-default" btn:按钮 btn-default:按钮-默认样式。-后可以修改 <a class="btn btn-default" href="#" role="button">Link</a> <button class="btn btn-default" t 阅读全文
posted @ 2020-02-28 20:55
风萧萧路漫漫
阅读(574)
评论(0)
推荐(0)
摘要:
能从文档复制粘贴过来后改一改就行了 阅读全文
posted @ 2020-02-28 20:54
风萧萧路漫漫
阅读(118)
评论(0)
推荐(0)
摘要:
<!DOCTYPE html> <html lang="zh-CN"> <head> <!--设置编码--> <meta charset="utf-8"> <!--设置ie的支持--> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!- 阅读全文
posted @ 2020-02-28 20:52
风萧萧路漫漫
阅读(443)
评论(0)
推荐(0)
摘要:
不同设备下的元素尺寸也不一样 实现步骤:都是通过css样式定义的 ①定义容器。相当于table。 容器分类 .container (固定宽度)每一种设备的宽度不一样,有留空白的地方.container-fluid (100% 宽度)沾满 ②定义行。相当于tr。样式:row 如果一行中又分了两行每行中 阅读全文
posted @ 2020-02-28 20:50
风萧萧路漫漫
阅读(142)
评论(0)
推荐(0)