gpt4 book ai didi

css - Bootstrap 在 768px 下无响应

转载 作者:行者123 更新时间:2023-11-28 17:48:50 24 4
gpt4 key购买 nike

我需要使用 Bootstrap 来响应计算机上不同尺寸的屏幕。但我也需要在 768px 下不响应。

有办法吗?要使用它:

<meta name="viewport" content="width=device-width, initial-scale=1.0">

同时,将视口(viewport)的最小宽度设置为 768px ?

谢谢。

最佳答案

我可能有你的灵魂。不确定它是否有效,因为从来不需要在某个分辨率下不响应,无论如何你应该尝试仅在分辨率 >768 时加载每个 CSS,否则,编写一个专用的 CSS 文件在你 <768 时加载。

<link rel='stylesheet' href='style.css' type='text/css' **media='min-width: 768px'**/>

现在您告诉浏览器仅当分辨率大于 768px 时才加载此文件

<link rel='stylesheet' href='style.css' type='text/css' media='max-width: 767px'/>

当分辨率小于 768 时加载此 css 文件

关于css - Bootstrap 在 768px 下无响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22707533/

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