我有一個艱難的要求進行佈局這樣的形象與引導3:在引導自定義嵌套的cols 3
目前,我可以把它像這樣:
這裏是我的示例html佈局:https://jsfiddle.net/isherwood/4etczrwx/
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<div class="container">
<div class="row">
<div class="col-sm-6" style="height:500px;background-color:red;">
images
</div>
<div class="clearfix col-sm-6" style="height:100px;background-color:yellow;">
text dsgsg sdg sdgsdgtext dsgsg sdg sdgsdgtext dsgsg sdg sdgsdgtext dsgsg sdg sdgsdg
text dsgsg sdg sdgsdgtext dsgsg sdg sdgsdgtext dsgsg sdg sdgsdgtext dsgsg sdg sdgsdg
text dsgsg sdg sdgsdgtext dsgsg sdg sdgsdgtext dsgsg sdg sdgsdgtext dsgsg sdg sdgsdg
</div>
<div class="col-sm-3" style="height:200px;background-color:blue;">
keyfeature
<ul>
<li>testest 1</li>
<li>testest 2</li>
<li>testest 3</li>
<li>testest 4</li>
</ul>
</div>
<div class="col-sm-3" style="height:600px;background-color:gray;">
Price tab here
</div>
<div class="col-sm-9" style="height:800px;background-color:green;">
Configurator here
</div>
</div>
</div>
我覺得我錯過了一些東西讓綠柱?
或者我應該使用推/拉使它按照我的期望工作?
您可以嘗試磚石http://isotope.metafizzy.co/layout-modes/masonry.html :) –
感謝@DenPat,我們的系統使用的是bootstrap3。它與bootstrap3兼容還是完全不同的CSS框架? –
它不是css框架,它可以用於jQuery,你可以看看他們的codepen示例:http://codepen.io/desandro/pen/mIkhq –