gpt4 book ai didi

css - Bootstrap 3 在中型设备上换行

转载 作者:技术小花猫 更新时间:2023-10-29 11:46:16 26 4
gpt4 key购买 nike

我对不同大小的 div 有疑问。我想要和行在中型和大型显示器上显示 3 列宽的 div,在小型设备上显示 6 列宽的 div。

<div class="container">
<div class="row">
<div class="service col-sm-6 col-md-3">Lots of stuff</div>
<div class="service col-sm-6 col-md-3">Less stuff</div>
<div class="service col-sm-6 col-md-3">Whooa!</div>
<div class="service col-sm-6 col-md-3">More stuff</div>
</div>
</div>

在大中型显示器上看起来像这样:

–––––––––––––––––   –––––––––––––––––   ––––––––––––––––   ––––––––––––––––
| Lots of stuff | | Less stuff | | Whooa! | | More stuff |
| | ––––––––––––––––– | | | |
| | –––––––––––––––– ––––––––––––––––
| |
–––––––––––––––––

这太棒了。但在小型显示器上它看起来像:

–––––––––––––––––   ––––––––––––––––– 
| Lots of stuff | | Less stuff |
| | –––––––––––––––––
| | ––––––––––––––––
| | | Whooa! |
––––––––––––––––– | |
––––––––––––––––
––––––––––––––––
| More stuff |
| |
––––––––––––––––

这与我脑海中的这张漂亮图片相去甚远:

–––––––––––––––––   ––––––––––––––––– 
| Lots of stuff | | Less stuff |
| | –––––––––––––––––
| |
| |
–––––––––––––––––
––––––––––––––––– –––––––––––––––––
| Whooa! | | More stuff |
| | | |
––––––––––––––––– –––––––––––––––––

简单的解决方案是为这些 div 设置一个最小高度,但在这种情况下这并不是一个真正的选择。

请帮忙!

编辑:添加 fiddle http://bootply.com/81952

最佳答案

Bootstrap 3方式如下:

在第二个和第三个 div 之间,添加以下 HTML:

<div class="clearfix visible-sm"></div>

请参阅此处的工作示例:http://bootply.com/81970 .

此处的文档:http://getbootstrap.com/css/#grid-responsive-resets

关于css - Bootstrap 3 在中型设备上换行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18896335/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com