内容简介:翻译自:https://stackoverflow.com/questions/27550094/how-to-create-the-masonry-effects-with-just-bootstrap-3-grid-system-and-css
我的问题是我想使用bootstrap 3网格系统以块格式显示数据,但是我不希望从高度发生的恼人的空白间隙被限制在上面的行.例如,如果我这样做:
<div class="row"> <div class="col-lg-4">post</div> <div class="col-lg-4">longer post that is going to take more height than the others</div> <div class="col-lg-4">post</div> </div> <div class="row"> <div class="col-lg-4">post</div> <div class="col-lg-4">post</div> <div class="col-lg-4">post</div> </div>
那么我将留下两行之间的空白,我想要实现的是一个砌体效果(后填充位于其上方的帖子附近),只使用CSS,特别是bootstrap 3网格系统.即:
我知道这可以用 plugins 完成,但我想看看是否有更纯粹的(即使它必须是hacky)解决方案.有任何想法吗?
我们在一个站点上做了这个,我们做的是将网格放在垂直行中.
例:
<div class="row"> <div class="col-lg-4"> <div class="box"></div> <div class="box"></div> <div class="box"></div> </div> <div class="col-lg-4"> <div class="box"></div> <div class="box"></div> <div class="box"></div> </div> <div class="col-lg-4"> <div class="box"></div> <div class="box"></div> <div class="box"></div> </div> <div>
翻译自:https://stackoverflow.com/questions/27550094/how-to-create-the-masonry-effects-with-just-bootstrap-3-grid-system-and-css
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- [Grid 网格布局教程]显式网格和隐式网格之间的区别
- 精彩的无服务器时代:不仅有服务网格,还有事件网格
- 服务网格重蹈ESB的覆辙?为什么需要SMI服务网格接口? - samnewman
- 什么是服务网格?
- Kubernetes 服务网格工具对比
- [译] 初识 NGINX 服务网格
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
A Guide to Monte Carlo Simulations in Statistical Physics
Landau, David P./ Binder, Kurt / Cambridge Univ Pr / 2005-9 / 786.00元
This new and updated edition deals with all aspects of Monte Carlo simulation of complex physical systems encountered in condensed-matter physics, statistical mechanics, and related fields. After brie......一起来看看 《A Guide to Monte Carlo Simulations in Statistical Physics》 这本书的介绍吧!