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.
正如主题所说,我的上 div 从下 div 的边缘开始...... 链接到 jsfiddle
不知道为什么会发生或如何解决,需要帮助
谢谢!
添加top:0;到上层 div。
top:0;
http://jsfiddle.net/5L6aa/8/
您在#bases-container 中的边距设置为 10px,因此它看起来像是在第二个 div 之后开始的,但由于您的边距,它实际上只低了 10px。