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.
在标签的左侧和右侧有 3px 的填充<a>会导致顶部和底部的填充。请参阅此处的示例...(但是使用这个 jsfiddle,我只在底部重新填充了填充,而不是在顶部)。
<a>
#xyz { padding-right: 3px; padding-left: 3px; }
http://jsfiddle.net/asok1421/AjnsB/7/
这是怎么回事?
我在顶部或底部看不到任何填充。但是,如果这对您有帮助:
#xyz{ padding: 0px 3px 0px 3px; }
填充:右上左下;我用它更新了它,它很好。如果您有任何其他疑虑,请询问。填充:100px;将默认为 100px 在所有方面。