Twitter Bootstrap 3 中的半列 [英] Half columns in Twitter Bootstrap 3

查看:25
本文介绍了Twitter Bootstrap 3 中的半列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道如何制作这样的引导列:

col 3 |第 4.5 栏 |第 4.5 列

解决方案

你可以试试这个:

只需将 col-9 分成两部分.

Bootply:http://www.bootply.com/128927

HTML:

 

col-xs-3 </div><div class="col-xs-9"><div class="row"><div class="col-xs-6">col-xs-4.5</div><div class="col-xs-6">col-xs-4.5 </div>

I couldn't figure out how to make the bootstrap column like this:

col 3 | col 4.5 | col 4.5 

解决方案

You can try this :

Just split a col-9 in 2 parts.

Bootply : http://www.bootply.com/128927

HTML :

   <div class="col-xs-3">  col-xs-3 </div>
   <div class="col-xs-9">
      <div class="row">
         <div class="col-xs-6">col-xs-4.5</div>
         <div class="col-xs-6">col-xs-4.5  </div>
      </div>
   </div>

这篇关于Twitter Bootstrap 3 中的半列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆