Button groups

Use button groups to join multiple buttons together as one composite component. Build them with a series of <a> or <button> elements.

Best practices

We recommend the following guidelines for using button groups and toolbars:

  • Always use the same element in a single button group, <a> or <button>.
  • Don't mix buttons of different colors in the same button group.
  • Use icons in addition to or instead of text, but be sure include alt and title text where appropriate.

Related Button groups with dropdowns (see below) should be called out separately and always include a dropdown caret to indicate intended behavior.

Default example

Here's how the HTML looks for a standard button group built with anchor tag buttons:

<div class="btn-group">
  <button class="btn">1</button>
  <button class="btn">2</button>
  <button class="btn">3</button>
</div>

Toolbar example

Combine sets of <div class="btn-group"> into a <div class="btn-toolbar"> for more complex components.

<div class="btn-toolbar">
  <div class="btn-group">
    ...
  </div>
</div>

Checkbox and radio flavors

Button groups can also function as radios, where only one button may be active, or checkboxes, where any number of buttons may be active. View the Javascript docs for that.

Get the javascript »

Dropdowns in button groups

Heads up! Buttons with dropdowns must be individually wrapped in their own .btn-group within a .btn-toolbar for proper rendering.


Button dropdowns

Example markup

Similar to a button group, our markup uses regular button markup, but with a handful of additions to refine the style and support Bootstrap's dropdown jQuery plugin.

<div class="btn-group">
  <a class="btn dropdown-toggle" data-toggle="dropdown" href="https://wioo.aiqingcao.cn/">
    Action
    <span class="caret"></span>
  </a>
  <ul class="dropdown-menu">
    <!-- dropdown menu links -->
  </ul>
</div>

Works with all button sizes

Button dropdowns work at any size. your button sizes to .btn-large, .btn-small, or .btn-mini.

Requires javascript

Button dropdowns require the Bootstrap dropdown plugin to function.

In some cases—like mobile—dropdown menus will extend outside the viewport. You need to resolve the alignment manually or with custom javascript.


Split button dropdowns

Overview and examples

Building on the button group styles and markup, we can easily create a split button. Split buttons feature a standard action on the left and a dropdown toggle on the right with contextual links.

Sizes

Utilize the extra button classes .btn-mini, .btn-small, or .btn-large for sizing.

<div class="btn-group">
  ...
  <ul class="dropdown-menu pull-right">
    <!-- dropdown menu links -->
  </ul>
</div>

Example markup

We expand on the normal button dropdowns to provide a second button action that operates as a separate dropdown trigger.

<div class="btn-group">
  <button class="btn">Action</button>
  <button class="btn dropdown-toggle" data-toggle="dropdown">
    <span class="caret"></span>
  </button>
  <ul class="dropdown-menu">
    <!-- dropdown menu links -->
  </ul>
</div>

Dropup menus

Dropdown menus can also be toggled from the bottom up by adding a single class to the immediate parent of .dropdown-menu. It will flip the direction of the .caret and reposition the menu itself to move from the bottom up instead of top down.

<div class="btn-group dropup">
  <button class="btn">Dropup</button>
  <button class="btn dropdown-toggle" data-toggle="dropdown">
    <span class="caret"></span>
  </button>
  <ul class="dropdown-menu">
    <!-- dropdown menu links -->
  </ul>
</div>




Multicon-page pagination

When to use

Ultra simplistic and minimally styled pagination inspired by Rdio, great for apps and search results. The large block is hard to miss, easily scalable, and provides large click areas.

Stateful page links

Links are customizable and work in a number of circumstances with the right class. .disabled for unclickable links and .active for current page.

Flexible alignment

Add either of two optional classes to change the alignment of pagination links: .pagination-centered and .pagination-right.

Examples

The default pagination component is flexible and works in a number of variations.

Markup

Wrapped in a <div>, pagination is just a <ul>.

<div class="pagination">
  <ul>
    <li><a href="https://wioo.aiqingcao.cn/">Prev</a></li>
    <li class="active">
      <a href="https://wioo.aiqingcao.cn/">1</a>
    </li>
    <li><a href="https://wioo.aiqingcao.cn/">2</a></li>
    <li><a href="https://wioo.aiqingcao.cn/">3</a></li>
    <li><a href="https://wioo.aiqingcao.cn/">4</a></li>
    <li><a href="https://wioo.aiqingcao.cn/">Next</a></li>
  </ul>
</div>

Pager For quick previous and next links

About pager

The pager component is a set of links for simple pagination implementations with light markup and even lighter styles. It's great for simple sites like blogs or magazines.

Optional disabled state

Pager links also use the general .disabled class from the pagination.

Default example

By default, the pager centers links.

<ul class="pager">
  <li>
    <a href="https://wioo.aiqingcao.cn/">Previous</a>
  </li>
  <li>
    <a href="https://wioo.aiqingcao.cn/">Next</a>
  </li>
</ul>

Aligned links

Alternatively, you can align each link to the sides:

<ul class="pager">
  <li class="previous">
    <a href="https://wioo.aiqingcao.cn/">&larr; Older</a>
  </li>
  <li class="next">
    <a href="https://wioo.aiqingcao.cn/">Newer &rarr;</a>
  </li>
</ul>

Labels Markup
Default <span class="label">Default</span>
Success <span class="label label-success">Success</span>
Warning <span class="label label-warning">Warning</span>
Important <span class="label label-important">Important</span>
Info <span class="label label-info">Info</span>
Inverse <span class="label label-inverse">Inverse</span>

About

Badges are small, simple components for displaying an indicator or count of some sort. They're commonly found in email clients like Mail.app or on mobile apps for push notifications.

Available classes

Name Example Markup
Default 1 <span class="badge">1</span>
Success 2 <span class="badge badge-success">2</span>
Warning 4 <span class="badge badge-warning">4</span>
Important 6 <span class="badge badge-important">6</span>
Info 8 <span class="badge badge-info">8</span>
Inverse 10 <span class="badge badge-inverse">10</span>

Hero unit

Bootstrap provides a lightweight, flexible component called a hero unit to showcase content on your site. It works well on marketing and content-heavy sites.

Markup

Wrap your content in a div like so:

<div class="hero-unit">
  <h1>Heading</h1>
  <p>Tagline</p>
  <p>
    <a class="btn btn-primary btn-large">
      Learn more
    </a>
  </p>
</div>

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

Learn more


Page header

A simple shell for an h1 to appropriately space out and segment sections of content on a page. It can utilize the h1's default small, element as well most other components (with additional styles).

<div class="page-header">
  <h1>Example page header</h1>
</div>

Default thumbnails

By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.

Highly customizable

With a bit of extra markup, it's possible to add any kind of HTML content like headings, paragraphs, or buttons into thumbnails.

  • Thumbnail label

    Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

    Action Action

  • Thumbnail label

    Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.

    Action Action

Why use thumbnails

Thumbnails (previously .media-grid up until v1.4) are great for grids of photos or videos, image search results, retail products, portfolios, and much more. They can be links or static content.

Simple, flexible markup

Thumbnail markup is simple—a ul with any number of li elements is all that is required. It's also super flexible, allowing for any type of content with just a bit more markup to wrap your contents.

Uses grid column sizes

Lastly, the thumbnails component uses existing grid system classes—like .span2 or .span3—for control of thumbnail dimensions.

The markup

As mentioned previously, the required markup for thumbnails is light and straightforward. Here's a look at the default setup for linked images:

<ul class="thumbnails">
  <li class="span3">
    <a href="https://wioo.aiqingcao.cn/" class="thumbnail">
      <img src="http://placehold.it/260x180" alt="">
    </a>
  </li>
  ...
</ul>

For custom HTML content in thumbnails, the markup changes slightly. To allow block level content anywhere, we swap the <a> for a <div> like so:

<ul class="thumbnails">
  <li class="span3">
    <div class="thumbnail">
      <img src="http://placehold.it/260x180" alt="">
      <h5>Thumbnail label</h5>
      <p>Thumbnail caption right here...</p>
    </div>
  </li>
  ...
</ul>

More examples

Explore all your options with the various grid classes available to you. You can also mix and match different sizes.


Lightweight defaults

Rewritten base class

With Bootstrap 2, we've simplified the base class: .alert instead of .alert-message. We've also reduced the minimum required markup—no <p> is required by default, just the outer <div>.

Single alert message

For a more durable component with less code, we've removed the differentiating look for block alerts, messages that come with more padding and typically more text. The class also has changed to .alert-block.


Goes great with javascript

Bootstrap comes with a great jQuery plugin that supports alert messages, making dismissing them quick and easy.

Get the plugin »

Example alerts

Wrap your message and an optional close icon in a div with simple class.

Warning! Best check yo self, you're not looking too good.
<div class="alert">
  <button class="close" data-dismiss="alert">×</button>
  <strong>Warning!</strong> Best check yo self, you're not looking too good.
</div>

Heads up! iOS devices require an href="https://wioo.aiqingcao.cn/" for the dismissal of alerts. Be sure to include it and the data attribute for anchor close icons. Alternatively, you may use a <button> element with the data attribute, which we have opted to do for our docs. When using <button>, you must include type="button" or your forms may not submit.

Easily extend the standard alert message with two optional classes: .alert-block for more padding and text controls and .alert-heading for a matching heading.

Warning!

Best check yo self, you're not looking too good. Nulla vitae elit libero, a pharetra augue. Praesent commodo cursus magna, vel scelerisque nisl consectetur et.

<div class="alert alert-block">
  <a class="close" data-dismiss="alert" href="https://wioo.aiqingcao.cn/">×</a>
  <h4 class="alert-heading">Warning!</h4>
  Best check yo self, you're not...
</div>

Contextual alternatives Add optional classes to change an alert's connotation

Error or danger

Oh snap! Change a few things up and try submitting again.
<div class="alert alert-error">
  ...
</div>

Success

Well done! You successfully read this important alert message.
<div class="alert alert-success">
  ...
</div>

Information

Heads up! This alert needs your attention, but it's not super important.
<div class="alert alert-info">
  ...
</div>

Examples and markup

Basic

Default progress bar with a vertical gradient.

<div class="progress">
  <div class="bar"
       style="width: 60%;"></div>
</div>

Striped

Uses a gradient to create a striped effect (no IE).

<div class="progress progress-striped">
  <div class="bar"
       style="width: 20%;"></div>
</div>

Animated

Takes the striped example and animates it (no IE).

<div class="progress progress-striped
     active">
  <div class="bar"
       style="width: 40%;"></div>
</div>

Options and browser support

Additional colors

Progress bars use some of the same button and alert classes for consistent styles.

Striped bars

Similar to the solid colors, we have varied striped progress bars.

Behavior

Progress bars use CSS3 transitions, so if you dynamically adjust the width via javascript, it will smoothly resize.

If you use the .active class, your .progress-striped progress bars will animate the stripes left to right.

Browser support

Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.

Opera and IE do not support animations at this time.

Wells

Use the well as a simple effect on an element to give it an inset effect.

Look, I'm in a well!
<div class="well">
  ...
</div>

Close icon

Use the generic close icon for dismissing content like modals and alerts.

<button class="close">&times;</button>

iOS devices require an href="https://wioo.aiqingcao.cn/" for click events if you rather use an anchor.

<a class="close" href="https://wioo.aiqingcao.cn/">&times;</a>
山东临沂网站建设企业使用的网络安全技术信息安全等保分级网站权重低搜索网站排名静安区品牌网站建设网络安全审计方案企业网站设计经典案例信息安全等保分级大学生网络信息安全调查报告秦枫,六大世家秦家独子。 在一次任务中遭遇埋伏,师傅因保护他而死,自己也经脉寸断,武功俱废。 …… 是苟活一世,还是重头来过。 一人一剑,书写属于他的都市传奇。天塌下来由高个子顶着,梦飞扬成了那个高个子,在别人羡慕的眼神中,梦飞扬心理却很苦恼。 遥望星空,那是破碎的星辰,目光看向下方满是破碎山河大地。简介:你听,那是一道无法抵挡的魔音…… 你看,那是一道不可逾越的鸿沟…… 是诡秘,是不可被亵渎的神灵…… 什么时候,我可以做一次自己…… 这是我自己的命,我的灵魂……夏历2222年,黑色的太阳突然从极渊升起,在天穹之上悬挂七日,全球陷入一片黑暗。 此次事件中,整条赤道全线崩坏,水蓝星裂开一道长达4万公里的影渊,横贯东西。 七天后,黑日退去,光明重洒大地。 可当人们欢呼灾难结束之时,却不知无尽的恐怖正从影渊之中醒来。 自此,全球复苏,百鬼夜行。 [拔刀术。] [你手中的长刀有一米四的长度,十二点钟方向位,一米五的距离,一名法师角色正要对你发起攻击,请问你要如何在三秒钟拔出长刀,并将长刀架在敌人的脖子上?是否要抽刀进攻?] 景若如皱着眉仔细想了想,随后在答案上写道: “首先不能抽刀。刀鞘的摩擦会使拔刀的速度变慢。” “解:首先,左手现将刀鞘下压,右手以倾斜的角度握住刀把,再使大拇指对刀柄施加‘力’,右手握住刀把下拉,借助自己手上所施加的力与刀鞘口对着下方的力,长刀会快速出鞘。这里以普通人的速度大概是两秒左右。” “接着,将刚出鞘的长刀旋转,画出一个半圆,就能完美抵到那名法师的脖颈上。这个动作最多一秒。” 写完,景若如有些感叹,“这道题算得上是有些难度。” 看向下一题。 [伤口考验。] [如果你的长刀刺进了敌人的身体,但无法破防,你下一步最准确的做法应该是什么才能使敌人最大程度的受伤?] 景若如双眼一亮,送分题。张元清,河南人氏。生于明嘉靖三十六年,其祖上有恩于朝廷,特在县城造一府邸,祖上为防日后祸乱,又起造城墙,招兵买马,收募官员,名为张氏城府。万历十一年,山东一带陈希真等贼人作乱,朝廷大将身死,朝廷发一招贤榜,元清观后与村中几个玩伴前往京城,领数万军马征伐。互有伤亡,终平定匪患。元清遇一道人,道人送三粒仙药号能长生。元清服下一粒,给心中情人李金凤及好友胡志杰服下一粒,张元清于老家欢快数年,后遭数件坏事,其姑祖母认定屋子风水不好,全家搬至浙江万央镇。后张元清又经历抗击满清和洋人之战,期间李金凤身死。清政府退位后,城府被迫关封,张元清去伏仙山求道。二十年后张元清下山云游。眼下正是抗日全面爆发,元清加入以王正终为首的青平山义军,与日寇周旋,后抗战胜利,义军关寨解散,张元清归隐于青锋山修道。结识了六位道友,在一天夜里做一梦,与一群黑影打斗,却看不清他们脸面,张元清背靠一堵墙持剑自尽,张元清惊醒……荒诞是没有理由的,恐怖也只是来自内心的无助,我们只是个观众,看着别人怪异的行为,尴尬的表演,也许只是为那么点希望而活着。在两大宗教的争斗中,在万般病态和诡异的异世界中寻求出路,是人性本是如此吗,还是说另有他人在幕后操纵,那诡异怪物本是世界上原有的吗,那些传奇人物真的是那般神秘吗,错乱的科技,错乱的文化,错乱的历史进程,那背后到底有着什么? 谜团之下是一个个渺小的身影,但是他们依然闪耀着光芒。 “我们还要这样相杀多久?” “不知道。” 我曾以为你爱过我,到头来却是我爱我自己,若还有来世,我再次成为了你,我定要将你戮灭,如果,一切都还有希望的话.....民国初年,江沪青年司机玄狐,在驾驶车辆走夜路时,因碰撞阴魂煞气而丧命! 在九重天阴司府投胎审核寺,玄狐的鬼魂遇到此处监官铭难改等神仙,在进行投胎运程实验游戏,玄狐有幸被挑选参加这个游戏! 从此,玄狐开始扑朔迷离、危机四伏、艰苦卓绝、无穷无尽的换回磨难历程......
网络安全中的认证方法 互联网网络安全ppt 网站设计教程 做个营销型网站多少钱 网络安全领域的领头羊 2016中国网络安全技术对抗赛 国家网络安全部队 国家信息安全等级第二级保护制度 广州市信息安全测评中 信息安全最佳实践 家庭关系的改善方法咨询【www.richdady.cn】 自闭症的康复训练【www.richdady.cn】 什么原因意外【www.richdady.cn】 祖灵对家族的影响咨询【www.richdady.cn】 缺心眼咨询【www.richdady.cn】 去世的母亲的前世缘分【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 纠纷的调解技巧【σσЗ8З55О88О√转ihbwel 孩子厌学的自我提升咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 与公婆前世的故事分析咨询【www.richdady.cn】√转ihbwel 缺心眼的环境影响【企鹅383550880】√转ihbwel 祖灵的超度仪式咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 公司破产的法律咨询咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 不爱读书的环境影响【微:qq383550880 】√转ihbwel 前世今生的梦境解析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 冤亲债主干扰的案例有哪些?咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰与因果咨询【σσЗ8З55О88О√转ihbwel 意外的前世因果咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 公司破产的案例分享咨询【企鹅383550880】√转ihbwel 脑部不清晰的原因分析咨询【企鹅383550880】√转ihbwel 前世缘份的前世故事咨询【σσЗ8З55О88О√转ihbwel 许可营销工具有哪些? 网络安全 两会 传统营销方式的手段 西安网站建设公 桥南做网站 营销型企业网站策划方案 网络安全的目标是什么?通过哪些技术手段可以促进安全目标实现? 大学生网络信息安全调查报告 系统网络安全测试 深圳网站营销公司 外贸网络营销考题 网络消费者的营销手段 安徽省公安厅网络安全 网站权重低 信息安全软件 湖南长沙网站建 网络安全领域的领头羊 济南seo网站推广 互联网网络安全ppt 网络营销应用知识 浅谈网络营销 做网站网站 2016中国网络安全技术对抗赛 营销中的价格策略 品牌营销软文案例 推广及建设网站形象型网站 中国大学生信息安全 武汉手机网站建设咨询 广州制片公司网站 第七届信息安全漏洞分析与风险评估大会 网络安全的目标是什么?通过哪些技术手段可以促进安全目标实现? 网站需求 信息安全等级评估 网站维护知识 营销做什么 无印良品营销创意 西安信息安全比赛 网站开发中 宁波信息安全 许昌网站建设 网站制作多少钱资讯 网络营销环境的内容 温州网站制作价格 优化:高效的seo社交媒体和内容整合营销实践及案例 pdf 珠海集团网站建设 上海网站设计开 便宜的网站设计 营销体系的内容 广州市信息安全测评中 陕西省网络信息安全办公室成员 深圳网站开发公司 东营网站优化 深圳信息网络安全培训 网站需求 国家信息安全等级第二级保护制度 网络安全专委会 网络安全为标题 网络安全监测平台 网络安全密钥怎么设置 网络营销事件案例分析 企业网站设计经典案例 网络信息安全实验,-1 石家庄网站制作 互联网营销专业课程 简述网络营销的定义 咨询网站设计 医院网站建设 价格 网络安全中的认证方法 国家信息安全产品认证型号证书 国家信息安全产品认证证书 教育网站建设策划书信息安全公司起名 深圳网络营销哪家好 不属于信息安全产品的是 销售观念的营销手段是 北邮信息安全实验室 中国大学生信息安全 网站验收 网络信息安全组成员 郑州网络营销外包公司排名 信息安全等级评估 网站制作好在百度里可以搜到吗 互联网营销专业课程 2015中国网络安全事件 网店营销培训 国家信息安全产品认证型号证书 国家信息安全产品认证证书 推广及建设网站形象型网站 网络信息安全组成员 辽宁企业网站建设公司 湖南中安密码信息安全测评中心 网站建设排版页面 信息安全实验室排行 医院营销部 网站工作室 优化:高效的seo社交媒体和内容整合营销实践及案例 pdf 网络安全审计方案 湖南中安密码信息安全测评中心 信息安全 讲座 网络安全 两会 许可营销工具有哪些? 许可营销工具有哪些? 信息安全等保分级 上海网站设计开 传统营销方式的手段 上海网络安全公司 网络安全法前身 桥南做网站 温州网站制作价格 2016中国网络安全技术对抗赛 网络安全的目标是什么?通过哪些技术手段可以促进安全目标实现? 如何网站客户案例 西安信息安全比赛 系统网络安全测试 长沙微信营销 信息安全 讲座 外贸网络营销考题 昆明网站开发 长沙专业做网站 安徽省公安厅网络安全 辽宁企业网站建设公司 国家网络安全监管中心 信息安全软件 网络安全电影主播 搜索网站排名 筑巢网站 中国中央网络安全 长春作网站 微信网站方案 大连 营销策划公司 新媒体企业微信营销成功案例 网店营销培训 网络安全中的认证方法 上海平台网站建设公司 营销中的价格策略 通信网络安全服务能力评定证书 安全设计与集成 长沙微信网站公司 苍南网站建设