gpt4 book ai didi

twitter-bootstrap - 在移动浏览器中隐藏导航栏

转载 作者:行者123 更新时间:2023-12-03 04:16:16 24 4
gpt4 key购买 nike

我正在使用 Twitter Bootstrap 制作一个移动响应网站。当在移动设备上查看网站时,我想完全隐藏顶部导航栏。有人知道如何做到这一点吗?

最佳答案

最简单的方法是使用响应式实用程序类 .hidden-phone.hidden-tablet

<div class="navbar hidden-tablet hidden-phone">

您还可以使用媒体查询,例如..

@media (max-width: 767px) { 
.navbar{
display:none;
}
}

有关响应式类的更多信息:http://twitter.github.io/bootstrap/scaffolding.html#responsive

Demo

关于twitter-bootstrap - 在移动浏览器中隐藏导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16655538/

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