文字的底部几个像素被截断 [英] Bottom few pixels of text cut off

查看:77
本文介绍了文字的底部几个像素被截断的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在这种情况下,我真的不知道发生了什么。在多行文本上,最下面的像素被切除。

解决方案

最快的解决方法是:

将此处的字体大小 14px 更改为 13px

  #slidertext h3 {
font-size:13px;
//其他样式
}

在Chrome中为我工作。

I really can't figure out what's going on in this case. On the multiline pieces of text, the bottom few pixels are cut off.

解决方案

The quickest fix looks to be this:

Change the font-size here from 14px to 13px

#slidertext h3 {
font-size: 13px;
// other styles
}

Works for me in Chrome.

这篇关于文字的底部几个像素被截断的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆