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.
本页:www.bit.ly/1b4dUqs
在每个浏览器中看起来都很好(FF(最新版本)除外)。
FF 以某种方式处理与其他样式不同的 margin-top/padding-top 样式。
有人对此有解决方案吗?
好的,
我只是通过以下方式将 -Element 声明为内联块元素:
#tenwrapper p span { display: inline-block; }
并给了他们利润。现在一切正常!