码迷,mamicode.com
首页 > 其他好文 > 详细

文字小于12px时,设置line-height不居中问题

时间:2018-06-20 10:20:16      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:center   blog   文章   ali   net   detail   rip   asc   line   

设置了文字了小于12px时,会存在设置了line-height的不生效的问题,主要是由于基线的问题,这篇文章解释的很清楚,有兴趣的可以看下https://blog.csdn.net/q121516340/article/details/51483439

方法1:

使用CSS3 scale属性,设置时将所有的值设置大一倍,然后缩小一倍

        height: 32px;
            line-height: 32px;
            font-size: 20px;
            text-align: center;
            transform: scale(0.5);

 方法2:直接用定位,只是比较傻的方法

文字小于12px时,设置line-height不居中问题

标签:center   blog   文章   ali   net   detail   rip   asc   line   

原文地址:https://www.cnblogs.com/heihei-haha/p/9176433.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!