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.
我有一个固定尺寸的 CSS 框,足以容纳我的任何文本。我不希望文本末尾和底部框边框之间有空白。我怎样才能把它们装进盒子里?像扩展行高以适应。
line-height: normal;
是正确的。
试试vertical-align:bottom。
vertical-align:bottom
如果这不起作用,您可以尝试line-height: 1em
line-height: 1em
如果那仍然不能满足您的要求,则必须进一步阐明您要实现的目标。
抱歉,只有 JavaScript 才有可能。