gpt4 book ai didi

css - 行高大于段落

转载 作者:太空宇宙 更新时间:2023-11-04 11:34:42 25 4
gpt4 key购买 nike

我将字体设置为 200 像素,将行高设置为 200 像素,当我设置它时,我希望字体高度恰好为 200 像素,但它不是 :(,paragraf 的高度为 200 像素,但字体为 223 像素,你能告诉我为什么吗?

HTML

<p class="par">
A<span id="why">Áj</span>gxÁj
</p>

CSS

body{font-size: 200px;font-family: Arial;line-height: 200px;}
.par{background-color: rgba(0, 255, 0, 0.5);}
#why{background-color: rgba(255, 0, 0, 0.5);}

Fiddle link

最佳答案

您的字体大小是 200px 本身 223pxheightspan

你可以在 inspect element 中检查它。

使用 F12Ctrl+Shift+I 在 chrome 中打开开发者工具。

enter image description here

关于css - 行高大于段落,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31824311/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com