美文网首页
安卓的line-height属性计算有问题

安卓的line-height属性计算有问题

作者: 想当一个大头兵 | 来源:发表于2017-08-03 13:28 被阅读0次

同样是在微信浏览器环境下,给同样的flex布局下面的p标签,设置height=.42rem;line-height=.42rem;

ios可以正常解析,字体居中,安卓字体就会上移一点,所以得换写法,用padding重新计算,但是我们商城全局为box-sizing:border-box属性,怪异盒模型,所以得换种写法。

相关文章

网友评论

      本文标题:安卓的line-height属性计算有问题

      本文链接:https://www.haomeiwen.com/subject/ilaelxtx.html