作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想知道如何只在中等屏幕上隐藏一个div?我尝试了很多组合,但没有一个有效是否有任何类只能通过添加自定义 css 来隐藏 MD?
最佳答案
Bootstrap 4 beta dropped the support for hidden-* classes .它被替换为有利于 d 级(显示)。
如果你只想在特定的断点及以上显示一个项目,你可以这样做:
<span class="d-none d-xl-inline">
Here is some text that will only display at extra large displays, 1200px or above.
</span>
另一种方式(更简单):仅在视口(viewport)小于超大显示器时显示项目:
<span class="d-xl-none">
Here is some text that will display up until extra large displays, 1200px, but not wider.
</span>
您可以将d-xl-inline
的显示类型切换为任意bootstraps supported d-classes .
此外,这是一个 related question .
关于bootstrap-4 - Bootstrap 4 如何仅在介质中隐藏 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43988870/
是否可以转换图片库、照片 slider 、图像插件符合(HTML、CSS、Javascript/jQuery)为.Swf格式?还是在其他“非浏览器”媒体中? 最佳答案 我认为将它转换为 Flash 并
我是一名优秀的程序员,十分优秀!