gpt4 book ai didi

css - Bootstrap 中的响应式对齐

转载 作者:太空宇宙 更新时间:2023-11-03 17:44:15 25 4
gpt4 key购买 nike

我想像这样在一行中有 2 个按钮组:

[a|b|c]                              [d|e|f|g|h]

目前右键组是一个pull-right Bootstrap 类。工作正常。

但这在 xs 设备上看起来很糟糕 - 因为它在新行中但仍然向右拉,如下所示:

[a|b|c]         
[d|e|f|g|h]

所以我基本上想做的是组合 pull- 类。

pull-right pull-left-xs

这个例子行不通。有类似的东西吗?否则:如何在 mdxl 设备上将我的内容对齐,而在所有其他设备上左对齐?

最佳答案

Twitter bootstrap 有帮助类,可以为你正在尝试做的事情工作,尝试使用 offset .pull 和 .push 类,像 col-md-push-3 这样的东西只会为 .md 和 .lg 推送你的 3 列类,如果你想在移动设备上有不同的行为,只需将它重置为 col-xs-push-0。

查看此链接以供引用 http://getbootstrap.com/css/#grid-column-ordering

关于css - Bootstrap 中的响应式对齐,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28543799/

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