-
表格--表格行的类 <tr class="active"> <tr class="success"> <tr class="info"> <tr class="warning"> <tr class="danger">查看全部
-
表格 ☑ .table:基础表格 ☑ .table-striped:斑马线表格 ☑ .table-bordered:带边框的表格 ☑ .table-hover:鼠标悬停高亮的表格 ☑ .table-condensed:紧凑型表格 ☑ .table-responsive:响应式表格查看全部
-
<pre> Y轴出现滚动条 .pre-scrollable <pre class="pre-scrollable">查看全部
-
代码(一) < = < > = > 1、使用<code></code>来显示单行内联代码 2、使用<pre></pre>来显示多行块代码 3、使用<kbd></kbd>来显示用户输入代码查看全部
-
列表--水平定义列表: .dl-horizontal 显示形式 标题一: 描述内容 标题二: 描述内容 <dl class="dl-horizontal">查看全部
-
列表--定义列表 <dl> <dt>北京</dt> <dd>北京是中国的首都,是政治文化集中地</dd> </dl>查看全部
-
列表--内联列表(去掉项目符号/编号,保持水平显示).list-inline <ul class="list-inline">查看全部
-
列表--去点列表 .list-unstyled <ol class="list-unstyled"> <ul class="list-unstyled">查看全部
-
列表--简介: ☑ 普通列表 ☑ 有序列表 ☑ 去点列表 ☑ 内联列表 ☑ 描述列表 ☑ 水平描述列表查看全部
-
文本对齐风格: ☑ .text-left:左对齐 ☑ .text-center:居中对齐 ☑ .text-right:右对齐 ☑ .text-justify:两端对齐查看全部
-
强调相关的类: .text-muted:提示,使用浅灰色(#999) .text-primary:主要,使用蓝色(#428bca) .text-success:成功,使用浅绿色(#3c763d) .text-info:通知信息,使用浅蓝色(#31708f) .text-warning:警告,使用黄色(#8a6d3b) .text-danger:危险,使用褐色(#a94442)查看全部
-
斜体: 1. <em>大漠</em> 2. <i>Bootstrap</i>查看全部
-
粗体: 1. <strong>Bootstrap</strong> 2. <b>强调</b>查看全部
-
强调内容:(添加类名“.lead”) <p class="lead">这部分内容需要特别的强调,我和别人长得不一样</p>查看全部
-
标题(二): <!--Bootstrap中使用了<small>标签来制作副标题--> <h1>Bootstrap标题一<small>我是副标题</small></h1>查看全部
举报
0/150
提交
取消