gpt4 book ai didi

css - 在特定页面上将 col-lg 的网格选项大小更改为 > 1400

转载 作者:太空宇宙 更新时间:2023-11-04 14:18:32 25 4
gpt4 key购买 nike

我是 bootstrap 3 的新手,目前正在使用网格系统。

我有一个页面,我想在其中更改 .col-lg- 应用于 > 1400px 的屏幕宽度。我只想为这个类(class)改变,这可能吗?

如果是,那么我该怎么做?我想将所有其他页面的 .col-lg- 设置为 1200px(默认值)。

最佳答案

您可以编写@media 查询,例如:

@media (min-width: 1400px) {
.col-lg- {
//your code goes here
}
}

关于css - 在特定页面上将 col-lg 的网格选项大小更改为 > 1400,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20117776/

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