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.
我使用 from bootstrap 3,有一个 div,我只想在 XS 和 LG 设备上显示它。我怎么能做这项工作?
bootstrap 3
使用响应式实用程序类...
<div class="visible-lg hidden-md hidden-sm visible-xs">visible large and xs</div>
演示:http ://bootply.com/78724