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 像素的网页。但它在大显示器中看起来非常小(我们有 2560x1600 显示器)。我的问题是
我试过 width: 100%,.... 但它并不适合所有人(填充,边距,行高,...)
有什么建议么?
谢谢...
您是否尝试过媒体查询?
查看:http ://www.w3.org/TR/css3-mediaqueries/
您可以根据页面中的元素大小检测屏幕大小(或大小间隔)并对其应用不同的 CSS。