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

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

问题描述

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

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

col 3 | col 4.5 | col 4.5 

推荐答案

您可以尝试以下方法:

只需将col-9分为两部分即可.

引导: 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天全站免登陆