我在http://michaelscottweb.com有一个站点,当浏览器高于约 450 像素时,该站点具有 100% 宽度的容器和元素。当您将浏览器缩小到 980px 以下并向右滚动时,主体上会出现大约 20px 的间隙。当您查看高于该分辨率的网站时,不会发生这种情况。有谁知道什么时候会导致这种情况发生变化?
css。
body {
line-height: 1;
overflow-x:hidden;
max-width:100%;
-moz-font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
background: #fff;
color: #555;
font-family: 'EBGaramondRegular';
font-size: 15px;
font-smoothing: antialiased;
line-height: 1.5em;
text-rendering: optimizeLegibility;
}