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.
网站似乎在所有浏览器中都运行良好,但不是以 Ipad 为中心。
这是页面
关于如何解决这个问题的任何想法?
谢谢!!!
您应该使用 % 和 em 来定义您使用 px 的宽度。
你在身体上定义了宽度:
body { line-height:0; min-width:1366px; }
和许多元素。
搜索媒体查询
看看这个
将#container DIV的大小减小到800px。
像这样写:
body { line-height:0; min-width:800px; } div#container{ width:800px; }