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.
我已经建立了一个网站,但是我在测试时注意到的是,它在其他系统中以不同的分辨率出现。我想让网页看起来完全适合任何分辨率。如何做到这一点谁能帮助我?提前致谢...
在 1000 像素以下或使用 960 网格布局创建您的网站。它将适合所有版本。
对于移动设备 - 使用 CSS 媒体查询或使用百分比(目标/上下文=结果)创建您的网站,并将 ems 用于字体和边距。
为了使您的网站具有响应性,您可以使用 css 媒体查询。
参考这个链接