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

<a class="close" href="https://zehx.nengqian.cn/">&times;</a>
网络安全百强信息安全的内容是网络推广营销招聘网络安全产品全球排名河北省信息安全测评中心加强网络安全管理中国网络安全附属网站建设常州海南网站制作国家网络安全宣传周&quot;标识青春是诗,青春是歌,青春是时代的召唤,青春是岁月的激扬,青春更是历史的留声……那么在有限的青春里,我们青年人应该怎么度过,才能让青春更加绚丽多彩? 当高等文明的科技繁衍到巅峰。 迈入到新的纪元历程。 玄能纪元历001年,借助庞大的宇宙资源能量合成改造系统。 高等文明的智慧生物,掌握了宇宙中不该被觊觎的玄能。 从此宇宙中开始频繁出现虫洞,导致时空错乱,平行世界相连! 被高等文明控制的宇宙暗物质暗能量,犹如细菌病毒,开始蔓延到宇宙的各个时空! 威胁程度足以波及到整个宇宙空间的浩劫随之而来……万界战场波澜壮阔,异魔入侵,诸天颤栗! 不屈少年唐尘,不忍看父母被魔宗征召上万界战场,于是仗剑闯魔阵,得混沌仙魔诀,踏上万界征途,一路拔剑,管他仙魔神佛妖,不服?给一剑,还不服?再给一剑。 我要成魔,谁人能阻,我要为仙,谁奈我何,是仙是魔,我自己说了才算。 仙魔同修,剑指万界我为尊!就像书名上写着的,你加载了危险游戏。 总之我得,在游戏正式开始前,给你个忠告。 呃,没错,说得就是屏幕前满脸不在乎的你... 在这里! 你不该相信任何人! OK!就这样... 总之不论你是谁,在哪里,请相信我,在看到这里的时候,你已经被卷入进了这场危险的游戏当中! 你可以试着回头,可以盯住屏幕,可以闭上眼睛... 但不论你怎么做,它们就藏在你身边,或许是卧室的床下面,或许是卫生间的镜子里(谁知道呢,它们的喜好向来与众不同)。 呃... 该死—— 它们发现我了! 看来我只能送你到这里,下面的路,你得靠自己走了! 还记得我最初说过的吗? 不要相信任何人! 包括... 从床底下朝你伸出手的我!有少年和尚,喝酒吃肉,醉卧美人膝,由魔入佛…… 有少年道士,一只青驴、一名女鬼相伴,朝着道祖行进…… 有少年儒生,提笔写下传世之作,誓要做天下万灵的夫子…… …… 有人问少年:“你是谁?!” 白衣少年摸了一下腰间钝剑,仰头喝了口酒,咧嘴一笑:“吾名叶天,叶子的叶,天帝的天,来自秦国荒城,是一个天才丹师,更是一个天才修炼者……” 末日来袭,地球上的植物与水源全部枯竭衰败。 世界陷入恐慌,秩序与人性崩碎。 食物与生存,再次成为新世纪之后人们最关心的话题。 米面成为奢侈品,唯有富豪才能享用,菜蔬更是身价暴涨万倍,有价无市! 然而就在此时,有人捡到了一部手机,偶然打开之后,手机内的视频令世界震惊。 甘甜的菜蔬滚入火锅之中,散发着诱人的绿色! 烤的金黄的羊腿滋滋冒油,沾上芝麻般的孜然! 鲜美的鱼汤炖的宛若牛奶一般纯白,撒上翠绿的葱花! 饭桌旁,一名粉雕玉琢的小女孩咬掉半颗草莓,哀求道:哥,我真的吃不下了!! 五十年前,先帝国师玄机真人曾预言帝国五十年后必有祸乱,届时可能生灵涂炭、血流漂橹。先帝问其破解之道,玄机真人打开转轮镜,转轮镜上印出一行字“星冥渺渺,纷争不休,欲解此道,天璇武极”。不久先帝暴毙,国师亦不知所踪......20世纪三好青年穿越到洪荒大陆,与三清结拜,与十二祖巫结拜,复活盘古,征服其他神话。 全球灾变后六十年,小冰冻期结束,各生活大区政府开始大规模收拢待规划无政府区的土地,重整资源,全面进入了复苏阶段,而这二十年也被称为“黄金二十年”。   这是一个新大区陆续崛起,政治搭台,资本唱戏,野心家遍地走,英雄豪强,奸雄草根并起的璀璨大时代!一位青年带着满腹韬略崛起于乱世,胸藏猛虎,丈量天地。 落叶带来风的讯息,黄金时代已经结束。 群星圣殿坠落,究竟是象征着群星时代的开启还是黄金时代的余温。 星,曾经的群星圣殿之主。在群星圣殿坠落之时,一同陨落的群星圣魔法师。 三千年后的今天,在星光的照耀下。 他回到了这个世界。 失去一切力量的他,有的只是脑海中那浩瀚的群星魔法知识。 是群星时代的仁慈亦或是黄金末路的狂欢。 找寻最深的奥秘,解开群星魔法的最后一道面纱。 “上一世,咫尺之遥。” “这一世·····”
中国联通 信息安全 网络营销知识运营网店 邢台哪儿能做网站 武汉大学网络安全信息 网络安全技术的选择 网站设计公司 上海 部队网络安全泄密视频 信息安全大会上排名 提升关键基础设施网络安全 中山微信网站 冤亲债主干扰有哪些常见症状?【www.richdady.cn】 前世今生的轮回解析【www.richdady.cn】 耳鸣的原因分析咨询【www.richdady.cn】 前世今生对现世的影响【www.richdady.cn】 婴灵的真实案例有哪些?【www.richdady.cn】 与老公前世的前世解析咨询【企鹅383550880】√转ihbwel 财运不佳的改运技巧【微:qq383550880 】√转ihbwel 前世今生咨询【σσЗ8З55О88О√转ihbwel 心特别累的原因分析咨询【微:qq383550880 】√转ihbwel 与老公前世的影响分析咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 存不住钱的环境影响咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 前世老婆咨询【σσЗ8З55О88О√转ihbwel 升迁障碍的真实案例有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 精神不振的前世因果咨询【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的咨询技巧【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 学习成绩差的家庭教育威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 忧郁症的环境影响【微:qq383550880 】√转ihbwel 阴间生活的前世解析威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 无形干扰的心理调适威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 家庭关系中的矛盾解决【Q⒊⒏⒊⒌⒌O⒏⒏O】√转ihbwel 淮北网站制作 大学生网络信息安全调查报告 体验营销中的关联体验 重庆专业网站建设 微网站建设包括哪些方面 江西企业网站建设 天水网站建设 信息安全与网络安全 找人做网站 重庆网络营销怎么样 网站制作公司成都 熟人关系营销 个人信息安全指南网络安全电影主播 网络安全产品有哪些 合肥需要做网站的公司 信息安全研究理论 网络安全专委会 厦门网站排名优化软件 国家网络安全宣传周&quot;标识 营销型网站代理怎么学好网络营销 网络营销知识运营网店 网络安全论坛 2017 个人信息安全指南网络安全电影主播 信息安全行业新闻 信息安全大会上排名 网络安全技术的选择 网络战实例/网络安全 网络安全百强 中山微信网站 北京网站建设第一 提升关键基础设施网络安全 武汉大学网络安全信息 网站建设方案 网站 域名 加强网络安全管理 网络安全论坛 2017 2017年网络信息安全法 信息安全行业标准 网络安全事件案例2017 qq群营销 网络安全测试与评估 网络安全问题 原因 集团门户网站建设不足 中国网络安全附属 怎么写网络营销的总结 建微网站 湖南中安密码信息安全测评中心 西宁网站 2015网络安全 国家信息安全最新政策 网络信息安全监理公司网站及单位网站建设情况 不属于信息安全产品的是 网络安全百强 2015网络安全 信息安全文件 网络安全 僵尸网站 免费足网站 网络信息技术应用与网络安全 制作网站报价 海南网站制作 网站建设品 江西企业网站建设 信息安全行业新闻 营销策划官网 简述网络安全威胁的几种基本形式 重庆网络营销怎么样 网络营销策划举例 网络安全与信息安全的区别 合肥需要做网站的公司 网络安全分析系统 深圳网站设计平台 网络安全认证主要包括 旅游网站开发 微网站建设包括哪些方面 上海网站推广公司 企业员工信息安全培训班 营销策划官网 网站建设市场需求分析 遵义网站建设 网站建设方案 陕西省网络信息安全办公室成员 终端信息安全管控,-1 全国信息安全考试时间 搜索引擎营销策略分析报告 软件信息安全认证 陕西省网络信息安全办公室成员 天津网站开发 中国中央网络安全 网络安全的漫画 精致的网站 微网站怎么制作 深圳网站设计平台 互联网营销运作 制作网站报价 网络营销策略重要性 营销的网站 服务器 网络安全 网站建立公司四川 网络安全敏感国家列表 网络营销之 从社会层面信息安全 四叶草网络安全 信息安全与网络安全 网络战实例/网络安全 海南网站制作 2012年国家下一代互联网信息安全 专项产品测试成绩 网站设计欣赏 东莞营销网站制作 全网营销产品套餐 婚纱摄影网站设计 一体化网络与信息安全 博客营销细节 dsp营销 邮件营销获取用户方式 大学生网络信息安全调查报告 北邮 信息安全 国家线 营销小组 重庆专业网站建设 企业网站程序 网络营销策划举例 江西企业网站建设 银行网络安全设计方案 网络营销策划书的撰写 信息安全与网络安全 视频营销的策略有哪些 微网站怎么制作 重庆网络营销怎么样 网站的重要性 信息安全大会上排名 熟人关系营销 四叶草网络安全 dsp营销 网络安全产品有哪些 网络安全奖学金 公示 加强网络安全管理