Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经广泛使用 Bootstrap 并经常使用 css 类来隐藏移动视图中的各种元素。Skeleton CSS 是否有类似的东西来隐藏移动设备上的内容?
使用下面的媒体查询示例:
@media only screen and (max-width: 500px) { .someStyle { background-color: display: none; } }