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.
我有一个使用 twitter bootstrap 制作的网页。一切正常,但我想在桌面上查看网站时为某些图像手动设置高度和宽度(例如 height:30px ; width:60px :) 。我不希望这些尺寸适用于平板电脑或手机。我如何实现这一目标?
您可以添加类.visible-desktop,然后hidden-desktop将所需宽度和高度的优化图像版本放入这些 div
.visible-desktop
hidden-desktop
例如检查小提琴