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.
我有这个问题,如果我放大,我的网站的中间部分会移动。页眉和页脚是固定的。与这些部分相比,中间部分移动。我怎样才能防止这种情况发生?
您可能没有使用相对方法来排列页面。恒定的方式使内容移动。这就是为什么 HTML 页面现在以相对的方式设计,以便页面也可以在移动浏览器中打开,同时保持页面的方向。
另外,如果您可以共享您的代码,我们会更好地回答。:)