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.
基本上,在我网站的一个页面上,我有一个宽度为 60% 的 div,其中存储了我的所有内容。
我的问题是,当我在不同的、分辨率较低的显示器上尝试该站点时,div 中的某些内容最终会被删除。
我不想增加宽度,但我不知道如何在不这样做的情况下解决问题。
您可以使用媒体查询根据设备宽度和分辨率等因素更改样式规则:
https://developer.mozilla.org/en-US/docs/CSS/Media_queries
例如,您可以根据视口的大小调整 div 中的字体大小