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.
当您打开我的网站“7daysdistribution”时,布局迅速向左移动,看起来很糟糕。这会发生几秒钟,然后它看起来是正确的。并非所有页面都体验到这个唯一的家(有时)、品牌、联系方式。我能做些什么?
它在 Opera 的左侧也快速闪烁,实际上我可以在所有页面上看到它。
尝试在源代码中进一步移动responsive-style.css 。 <link>可能是加载需要一些时间,并且在加载该样式之前,中心对齐.container不会生效。
<link>
.container
在 IE8 中效果会更加明显,因为 IE8 一次只下载两个文件,因此需要更长的时间才能到达responsive-style.css,因为要先下载很多其他文件。