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.
我的页面有问题。 每当我最小化窗口时,所有元素的位置都会消失,事情就会扭曲。
如果当您将浏览器窗口设置得太小时元素偏离了它们的位置,请使用CSS min-width 属性。它使网络浏览器显示滚动条,而不是试图缩小网页。
像这样:
body { min-width: 700px; }