5
A
回答
3
試試這個..
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">x</div>
<div class="col-lg-3 col-sm-6">x</div>
<div class="col-lg-3 col-sm-6">x</div>
<div class="col-lg-3 col-sm-6">x</div>
</div>
</div>
在這種情況下,你只需要指定col-sm-*
因爲SM和MD是相同的佈局,網格將自動進棧上最小的設備一個山坳( XS)。
相關問題
- 1. 在Twitter的Div摺疊Bootstrap
- 2. Twitter Bootstrap可摺疊側欄
- 3. Bootstrap 3.x Navbar不折疊
- 4. bootstrap 3級摺疊菜單
- 5. 如何禁用twitter bootstrap 3中的摺疊功能?
- 6. Bootstrap 3導航堆疊摺疊
- 7. Bootstrap 3摺疊 - 使摺疊只有一個面板
- 8. Twitter-Bootstrap網格
- 9. Bootstrap 3 - 用摺疊容器包裝行
- 10. Twitter Bootstrap摺疊組僅在電話上
- 11. Twitter bootstrap手風琴摺疊功能
- 12. Twitter bootstrap手風琴不折疊
- 13. twitter bootstrap可摺疊導航菜單
- 14. Twitter Bootstrap 3摺疊行不能正常工作
- 15. Twitter Bootstrap 3 - 導航摺疊中的下拉菜單
- 16. Bootstrap 3 - 可摺疊列表不能正常摺疊
- 17. Bootstrap 3,更改摺疊堆棧順序
- 18. Bootstrap多列摺疊
- 19. bootstrap 3可摺疊不工作
- 20. Bootstrap 3導航欄不會摺疊
- 21. Bootstrap 3:摺疊手風琴不工作
- 22. 在Bootstrap 3中摺疊導航欄?
- 23. 如何:非摺疊導航項Bootstrap 3
- 24. Bootstrap 3 - 展開摺疊圖標
- 25. bootstrap 3,摺疊按鈕<a>
- 26. Bootstrap摺疊菜單不折疊?
- 27. 如何使用Twitter Bootstrap網格系統?
- 28. Bootstrap摺疊不會自動摺疊
- 29. Twitter Bootstrap導航欄摺疊重疊導航欄標題
- 30. Twitter Bootstrap nav摺疊下拉菜單是重疊的內容?
完美。非常感謝。該示例網址是永久性還是過期? – Anton
不客氣,Bootply不會過期。 – ZimSystem
我可以認爲col-xs默認爲1列,行=你有多少個div? – Anton