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.
我正在为诺基亚 Lumia 620 开发应用程序。我对 ios phonegap 应用程序的媒体查询有所了解,但不知道如何在同一个 css 中处理诺基亚 Lumia 620、900 和 920 的媒体查询。所以请告诉我如何为它编写媒体查询。
没关系,我找到了一种方法来做到这一点。我是这样使用的-
@media screen and (orientation: portrait) { @-ms-viewport { width: 480px; }