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://noqc.luoa.com.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://noqc.luoa.com.cn/">Prev</a></li>
    <li class="active">
      <a href="https://noqc.luoa.com.cn/">1</a>
    </li>
    <li><a href="https://noqc.luoa.com.cn/">2</a></li>
    <li><a href="https://noqc.luoa.com.cn/">3</a></li>
    <li><a href="https://noqc.luoa.com.cn/">4</a></li>
    <li><a href="https://noqc.luoa.com.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://noqc.luoa.com.cn/">Previous</a>
  </li>
  <li>
    <a href="https://noqc.luoa.com.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://noqc.luoa.com.cn/">&larr; Older</a>
  </li>
  <li class="next">
    <a href="https://noqc.luoa.com.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://noqc.luoa.com.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://noqc.luoa.com.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://noqc.luoa.com.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://noqc.luoa.com.cn/" for click events if you rather use an anchor.

<a class="close" href="https://noqc.luoa.com.cn/">&times;</a>
2016 网络安全事件长沙网站制作服务威海网站优化传统市场的营销活动方案网络安全局网址常州网站制作机构网络信息安全第二版网络安全周的宣传中国网络信息安全战争杭州网站建设公司联系方式《革命家》系列第一部。 阿楚是最普通不过的一名中专学生,所选汽修专业,身边围绕着一群狐朋狗友,原本普普通通的一年,准备把人生一了百了解决完安稳过日子,可是却迎来改变人生命运的机会。 阿楚等了十七年,终于等来了革命。由工业化文明和精神化宗教文明相融合组成的的神国“须弥”,作为宇宙的统治者和文明中心,支配着整个世界,他们视众生如蝼蚁,随意覆灭。这些神人类由高度机械化和法神构成,支配着宇宙的一切,他们通过人类的信仰获得源源不断的力量,这种力量我们称之为真言之力。但在无间地狱的最深处、最污秽的地方,产生了能与神抗衡的咒魔,扰乱了整个宇宙秩序,最终在须弥七星天神将的反击中落败。在庆祝中,神皇被杀害,七星天之一的无量鬼神将“梵天”被陷害,被其他6人,打下凡间,附身在一个刚大学毕业的少年,在不断的离奇经历中,最终恢复记忆,不断突破自我进化,推翻了由须弥为首的神权。我叫楚枫。 我穿越了,竟然还成为了一只卡比兽! 正准备躺平,结果觉醒了大卡比兽系统 肚子饿了天降能量方块,嗑着磕着突破了 永久失眠换来了自律就能无限变强。 本来我以为自律就是坚持锻炼健身, 没想到触摸极限后,系统居然要我练武,还要横练! 越练越大只 大只,就是强。 我有异世神瞳,看世间炎凉。魑魅魍魉,黑白无常,在这朗朗乾坤下,皆是我眼下亡魂。神瞳一开,我辨得人群中暗藏的鬼魅,也入得了坟墓,探异世孤魂。我没有职业证,不受法律约束,我自由游走地狱,不受阴阳限制。光脚的不怕穿鞋的,无证侦探管闲事,管他是谁,缉拿归案!陈寻怎么也想不到,自己机缘巧合参加的一次相亲经历,竟然就此翻转了他的整个人生。赢飞羽穿越大秦,开局年仅五岁半。 还好身携熊孩子系统,只要不断搞事就能获得奖励。 “什么?系统你说我爹是秦始皇?” 当得知自己竟是嬴政流落在外的第二十四子时,赢飞羽惊了。 为了大秦不再二世而亡,也为了自己的小命,赢飞羽只好出手为嬴政逆天改命,导演沙丘宫之变! 嬴政:“好孩子,跟朕回宫,宫里好吃的多的很!” 小正太:“有泡面吗?” 当代大儒:“小公子,咱们今天学四书!” 小正太:“你瞧瞧我倒背的如何?” 第一武将:“小公子,臣来教你几招!” 小正太:“还是我先给你表演一个空手舞石狮子吧!” 嬴政:“赵佗造反,谁去平定?” 百官:“小公子文能提笔安天下,武能马上定乾坤!” 小正太:“别急!容我先练一只特种兵!” 原本只想作妖混个系统奖励,不曾想竟被秦始皇当做接班人培养! 狠心小姨 你莫跑 “你已经取得资格,准备好回归了吗?” “不,那外面,才是真正的囚笼!” …… 那一天,有人格缺陷的平凡青年孟渭澄的颓废生活被搅乱,莫名其妙的超自然现象降临在他的身上,最终获得了奇妙的力量——“捷”。他不知道这是福佑还是诅咒,顺着那个也许根本就只是幻觉的指引,踏上了成为“圣者”的旅程。 修仙界,芸芸宗门犹如恒河之沙。 古往今来皆为求那天地长生,但却从未见过长生之人。 然而,小宗门少主杨无敌,却开启了与生俱来之宝。 求道最难的是什么? 是悟性,而杨无敌有百倍。 求道机缘出现,最危险的是什么? 是敌人仇杀。但杨无敌金丹修为,便已同神魔不灭。 试问求道生涯当中,最痛苦的是什么? 当然是亲朋好友战死。 “叮,恭喜宿主掌控造化力。” 杨无敌一本正经道:“本少主把你们养成了大帝,就别给我装死,起来继续打工、继续嗨。” 我们是生活在一个多维的空间,现在所处的三维空间只是其中很小的一部分,其他空间到底隐藏着什么奥秘需要我们不断地探索。现代人的大脑开发只有10%,就连爱因斯坦的大脑使用率也只有15%。而古时人类大脑使用率是100%。有些事情不是你解释不了就认为不存在,那是因为你的大脑使用率太低了。特异功能的修炼过程也是在逐渐提高人类的大脑使用率的过程,当你的能力达到一定水平之后很多问题将迎刃而解。
台州做网站seo 常州网站制作机构 医院网络安全方案 邢台网站推广 徐州网站制作如何定位 特色的佛山网站建设 特色的佛山网站建设 网站设计公司南京 信息安全打印机厂家批量营销 公安部 信息安全 资质 大龄剩女的婚恋规划咨询【www.richdady.cn】 升迁障碍的咨询技巧咨询【www.richdady.cn】 前世今生【www.richdady.cn】 大龄剩女的婚恋故事【www.richdady.cn】 为什么过世的前世故事【www.richdady.cn】 脑部不清晰的解决方法【σσЗ8З55О88О√转ihbwel 耳鸣的原因及治疗方法咨询【www.richdady.cn】√转ihbwel 干扰的自我感知方法【微:qq383550880 】√转ihbwel 大龄剩女的自我提升咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 升迁障碍的解决方法威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 祖灵的存在形式咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 投资项目【微:qq383550880 】√转ihbwel 财运不佳的财富管理【σσЗ8З55О88О√转ihbwel 前世今生的轮回存在吗?【www.richdady.cn】√转ihbwel 冤亲债主的干扰原因咨询【www.richdady.cn】√转ihbwel 冤亲债主的干扰与化解技巧咨询【σσЗ8З55О88О√转ihbwel 孩子厌学的前世因果【微:qq383550880 】√转ihbwel 解梦的前世记忆咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 如何识别冤亲债主【微:qq383550880 】√转ihbwel 孩子压力大的自我提升咨询【σσЗ8З55О88О√转ihbwel 高端的平面设计网站 网站建设 小程序 广告营销技术sem 深圳信息安全企业排名,-1 四川网络安全 上海网络安全考试 临沂在线上网站建设 海尔网络营销策略分析 微信营销成功方案 简易的网站 托管网站 如何做搜索引擎营销策划 网络安全 香港 摩拜单车营销策划书 微信营销成功的案例 绿色风格的网站 手机版网站设计风格 全球重大信息安全事件 发信息安全吗 信息安全管理的根本方法 横山桥网站 互联网营销的好处坏处 西安制作网站 最大的网络营销公司 昆明做企业网站多少钱 临汾网站建设 什么叫做网站维护 信息安全类资质 托管网站 网站设计公司南京 网站不足 大安市网站 微信朋友圈营销好处 中山精品网站建设信息 太原网站定制网络安全法影响的行业 北京昌平网站设计 重庆南昌网站建设 重庆南昌网站建设 电子商务网站建设 如何网站 重庆大足网站制作公司推荐 公司信息安全规定 信息安全体系方案 宣传营销科的重要性 网站建设 小程序 邢台网站推广 长沙互联网营销培训 2016 网络安全事件 广告营销技术sem 国家工控信息安全,-1 怎么弄一个网站 网站设计公司南京 深圳信息安全企业排名,-1 国家信息安全认证产品型号证书 网站不足 济南网站建设第六网建 四川网络安全 信息安全 细则,-1 网络营销策略技巧 体验营销好处 上海网络安全考试 全球网络安全企业500强企业营销信息平台构建 三只松鼠的营销环境 网络安全需要检测什么 临沂在线上网站建设 网络营销策略技巧 中山精品网站建设信息 企业网站seo 海尔网络营销策略分析 为保护网络信息安全保障公民法人和其他组织的合法利益选择答案 邢台网站推广 什么叫做网站维护 网络安全最关键最薄弱 医院网络营销是什么 屈臣氏营销 简易的网站 托管网站 信息安全打印机厂家批量营销 杭州 网站设计制作 深圳网站制作公司资讯 绿色风格的网站 网络营销结束语 广东信息安全 大学 太原网站定制网络安全法影响的行业 上海网络安全相关政策 上海网络安全相关政策 为保护网络信息安全保障公民法人和其他组织的合法利益选择答案 微信营销成功的案例 易营销站 营销策划类公众号 南通企业网站制作 网络安全周的宣传 大安市网站 网站营销工具有哪些功能 线上网站制作 摩拜单车营销策划书 重庆大足网站制作公司推荐 手机版网站设计风格 国家工控信息安全,-1 全球重大信息安全事件 网络安全设计方案南昌建网站单位 网站建设 小程序 最有吸引力的营销活动 重庆整合营销哪里最好 网络营销运作 传统市场的营销活动方案 公司网站被侵权 互联网个人信息安全 发信息安全吗 创建网站 哪有那样的网站 江门网站建设 2016 网络安全事件 公司网站被侵权 深圳市信息安全行业协会 台州做网站seo 上海网络安全考试 新网站建设平台 网站营销工具有哪些功能 长春网站制作 海尔网络营销策略分析 网络营销最新书籍推荐 网络安全法 通讯录 软件开发信息安全考试,-1 医院网络安全方案 卡通画风的网站 邢台网站推广 互联网营销的好处坏处 上海三零卫士信息安全 重庆大足网站制作公司推荐 深圳互联网营销 发信息安全吗 菏泽网站推广 芜湖网站建设公司 互联网营销 学历