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.
如何关闭小分辨率设备的响应式设计?尝试使用电话访问时,响应式看起来很糟糕。更多截图。 手机 桌面
我这样做的方法是限制响应式样式表加载到较小的设备上,例如
<link rel="stylesheet" media="screen and (min-device-width: 800px)" href="css/bootstrap-responsive.css" />