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

<a class="close" href="https://whyy.3406.com.cn/">&times;</a>
网络安全峰会时间重庆网络信息安全南京网站建设网络营销的评价指标高大上设计网站欣赏四川省信息安全等级保护网网站建设推广网络安全峰会时间工业信息安全专家南阳网站建设[泛科幻·爽文·末世·丧尸]2199年,地球上的人类被迫通过各种方式重新认识“自己”。 原来,他们并不是地球原本的主人,或许,地球原本就没有主人。 苏美尔人与海王族人第一次星际战争延宕了100年之久 2199年, 战争和恶劣的自然条件使得人类数量迅速下降,从2099年的40亿暴风骤雨般地消减至1亿1千万 元世界被地球M国、约等国等瓜分为紫微星、太白座HDD等十三个区域,新的秩序即将来袭。。。 陈建国,这个D类人不知怎么就被推了上来。丧尸、修炼、称霸外星球。。。。 在地球,一亿多人被划分为A B C D四个等级,规则意识无处不在,为了保证生育质量,只允许A B 等级的人结婚。。 本在地球与好兄弟共同富贵,可是社会的现世,好兄弟背叛,回想一路与兄弟的艰辛苦难,怪自己不心狠手辣,走投无路自杀看淡一切,没想到穿越到玄幻世界附身到武道世家,这一世我要掌握命运与杀戮,为这-世的兄弟,能找到好婆娘好兆头 为此时身边父母之人长生不老,没想到修到最境打破长生原来这是一个小世界小细胞的开始为此开始杀神杀魔进攻干忆兆世界待看杀神与逗逼兄弟如何诞生与起追随... “姑娘,可否给小生二文铜钱?” “我乃大永王朝户部侍郎之子,岂会骗你?” “忒!你个臭乞丐,倒是学的有模有样。” “姑娘,别走啊!我还有一事相求。” 一个新的更黑暗的时代正在到来。国王们的贪婪点燃了一场看似无休无止的战争。当人们在战斗时,野性的怪物正在吞噬着边境。随着田地休耕,村庄被遗弃了。凶残的强盗在荒凉的地方游荡。 对于一个无名的地精奴隶来说,这些都无关紧要。他只是想在没人看见的时候,尽可能多的把食物塞进嘴里,但是命运却走了一条扭曲的路线,所以他被带到了遥远的铁齿山。为了活命,他必须进化成不仅仅是一个小妖精,并且在北方的森林中开辟出一条血路。  主人公出生于七十年代末期的唐城,初中辍学混迹社会,后来转型做了拆迁工程。一次中标后被仇家追杀,死于车祸。重生回到90年代初中学时代,中年大叔的思维,青春期躁动的身体,造成矛盾的心理。为了实现一个小目标而绞尽脑汁,追求初恋女友爱而不得,蝴蝶效应导致很多另一世的事情并没有发生,但是很多事情却殊途同归,让主人公患得患失,本以为不会再有交集的另一世老婆也在冥冥中安排相遇,躲开吧,他低估了爱情的力量!古尚有一界,其名——雲间。 广阔无垠,妙境无千。 历经三赫年,一赫长极年。 云历三赫一四年间。 一统寰宇的日月明君,突然消隐,无从寻迹。 奈何他竟是离雲之域,入落了人间城。 至此在人间化名为——朝时。 故因此, 雲间大乱, 无君无王无权治, 无法无则定成烟。 终迎来, 纷乱满迷烟化雲, 八目通禅执为彻。 正如史说: 乾坤未定时,云录时期至。 秉云录知名,争取君权势。 奈何 朝寻暮未曾得,却在人间已千年。 却在某日 忽闻元器唤君归,破天九霄再入雲。 久别重肄禅通彻,万里步履踏山河。 此后,在这雲录时期,乱世当道,一场万法技演舞,争心聚景欢的时代的局面就此来临。 是改朝换具新时代,还是王者重持权归来。 拭目,以待。 夜晚,幽静的小路上一对男女正在聊天,旁边的路灯在为他们的行程照明。 “听说世上真的有人会蛊术啊。” “是的,听说来的都不会错的。” “那你会吗。” “你就是想试试呗?” “我就是随便问问。比如那忠情蛊啊、傀儡蛊啊、控尸蛊啊之类的,还有什么吸血蛊、杀人蛊之类的。” “嗯,有的,这些都有的,除了这些之外呢,还有噬人蛊、鬼头蛊、人身蛊、绝命蛊等等。” “哈哈哈哈,你可真像个说书的。” “怎么说。” “编的一本正经。” “那感情你刚刚是在诈我?” “对的,世界上怎么可能会有这种奇怪的东西。不过你居然顺着编下去,我表示很满意。” “哈哈哈哈,让公主开心这是骑士的准则之一。” “好的,我的骑士,请将我安全护送到家。” “遵命,我的公主。” 可你不知道的是,谎言的谎言,有的时候将会化为真实。 (因为是奇幻小说,书本采用的是第一人称。)乾坤未定,你我皆是黑马! 乾坤已定,那就扭转乾坤! 总有人要赢,为什么不能是我…… 我叫方休,谁惹我,我就和他玩命,至死方休…… 《关注我的微信公众号:苏月夕》GDI的宿将在踏上另一条不归路的前一天,被卷入了漫长的征程。 “你难道不认为自己很失败?” 麦克尼尔看着李林手上的十字形疤痕,若有所思。 “我曾经活在末日一般的地方,什么事情是不失败的?” 一个英雄的陨落。 尽管披着CNC的皮,实际上并未包含任何CNC内容。 QQ群:574110653,欢迎讨论设定。 ————— 标签:命令与征服、红色警戒、Code Geass叛逆的鲁路修、魔劣、攻壳机动队、超时空要塞、龙背上的骑兵、尼尔机械纪元、心理测量者、使命召唤、全金属狂潮、生化危机、东京喰种、恶魔城、樱花大战、仁王。神圣再现,风云再起,旧时代未葬下的魔,就由我来终结。(作者是个小白,文笔不好!)
网站建设 中企动力公司 郴州网站制作 如何在饥饿营销策略 深圳整合营销平台 最经典的微信营销案例 网络安全实验室wp 北京市网络安全检测 昆明网站开发多少钱 网络信息安全标准 深圳网站开发公 自闭症的自我提升咨询【www.richdady.cn】 前世今生的因果关系【www.richdady.cn】 前世缘份的前世案例咨询【www.richdady.cn】 如何避免生活中的意外【www.richdady.cn】 公司破产【www.richdady.cn】 学习成绩差的咨询技巧咨询【www.richdady.cn】√转ihbwel 如何化解冤亲债主的干扰?威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 前世今生的轮回真相咨询【微:qq383550880 】√转ihbwel 心特别累的环境影响【企鹅383550880】√转ihbwel 与公婆前世的故事分析【微:qq383550880 】√转ihbwel 前世老公的前世影响咨询【企鹅383550880】√转ihbwel 财运不佳的财运改善咨询【微:qq383550880 】√转ihbwel 孩子学习不好的辅导方法【σσЗ8З55О88О√转ihbwel 家庭关系的幸福指南有哪些?咨询威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的前世因果威:⒊⒏⒊⒌⒌O⒏⒏O√转ihbwel 去世的父亲的前世故事【www.richdady.cn】√转ihbwel 孩子压力大的改运方法咨询【微:qq383550880 】√转ihbwel 意外的前世修行咨询【微:qq383550880 】√转ihbwel 心特别累的案例分享咨询【微:qq383550880 】√转ihbwel 强迫症的环境影响【www.richdady.cn】√转ihbwel 昆明网站开发多少钱 四川省信息安全等级保护网 关于网络安全的信息安全 大连大型网站制作公司 网站建设设计公司 网络整合营销推广公司 优秀网站设计欣赏 信息安全巡检服务 网站主题网 内容营销 软文营销 台州建设网站 无刷新网站商务营销软件 如何在饥饿营销策略 中山网站建设网络安全 项目 gb标准 信息安全 济南网络安全培训中心 网站制作 武汉 网站和app的关系 最经典的微信营销案例 南开大学信息安全硕士 南山的网站建设公司 seo的网站建设 网络安全信息集成商 网站组网图 门户网站开发 微信营销成功的企业 网络营销数据的来源和作用 网络安全防火墙论文 郴州网站制作 电商网站模板 2017玩转网络营销 百度网站安全检测 珠海网站制作网络公司 亚太区信息安全大会 网店营销计划有哪些内容 网站组网图 最经典的微信营销案例 昆明建个网站哪家便宜 网站营销网 保护公司信息安全 网站制作 番禺 内容营销 软文营销 网站域名组成 杭州网站设计公司 免费网站推广 深圳网站开发公 在哪里可以学网络营销 互联网信息安全要求信息的 四川省信息安全等级保护网 长春微信做网站 网站排版教程 网站域名组成 台州做网站优化哪家好 网站制作 武汉 网络营销的4c是什么意思 广东省信息安全等级保护,-1 无刷新网站商务营销软件 外贸网站推广方案 南山的网站建设公司 模板网站与定制网站区别 网站制作 武汉 台州建设网站 政府网站制作建设 软件开发信息安全考试,-1 2016网络安全大事记 网站怎么做的 做网站好处 2016 中国网络安全年会 成都 网络安全的硕士 信息安全 济南 南阳网站建设 美强化网络安全新法案 整合营销传播目的 网站和app的关系 国内网络安全大事件 微信营销成功的企业 网站建设设计公司 昆明营销策划 公安部信息安全查询 计算机网络安全心得体会虚拟营销 内容营销 软文营销 唯品会的网络营销现状 企业网络安全培训 公司网站建设 信息安全测评工具 单仁网络营销 网站建立费用 网站开发的缺点 政府网络安全事件 亚太区信息安全大会 网站入口设计规范 山东网络安全技术大赛渭南网站建设 模板网站与定制网站区别 北京市网络安全检测 手机企业网站设计 深圳整合营销平台 张斌互联网营销策划 营销信息教程 网络安全字体图片 网络营销讲师介绍 网站建设的基本需求有哪些方面网络营销自媒体 网络安全信息集成商 南京做网站 超低价的郑州网站建设 网站建设都 包括哪些 电商营销课程 网路营销是什么 网络安全厂家 网络安全信息集成商 优秀网站设计欣赏 网络营销分为哪几大类 长春微信做网站 常州做网站 o2o网站系统 信息安全等级测评资质 家具公司想组建一个电商团队做一个b2c网站需要那些人员 2014年中国跨境电商网络营销大会暨谷歌seo高峰论坛 昆明网站开发多少钱 免费新建网站 网络安全宣传周意义 网络信息安全标准 西城网站制作公司 东莞长安网站优化公司 套模板网站 暗网网站 无锡网站建设 微信 超低价的郑州网站建设 宁夏网页设计网站 汕头网站公司 信息安全巡检服务 营销的特点 网站建设的基本需求有哪些方面网络营销自媒体 网络营销数据的来源和作用 网站制作 番禺 高端上海网站设计公司