美文网首页
元素块fontSize和lineHeight一致的重要性

元素块fontSize和lineHeight一致的重要性

作者: 浪浪山小妖_ | 来源:发表于2019-12-04 10:20 被阅读0次

    1.fontSize和lineHeight的值相等时,元素高得到可控性,不会出现莫名的多余撑高.

    /*font-size和line-height相等*/
    .wrap .content .boxWrap .price .curPrice{
      color: #3AAA8C;
      font-size: 40rpx;    
      line-height: 40rpx;
    }
    

    视图如下

    image.png
    image.png

    --by Affandi ⊙▽⊙

    相关文章

      网友评论

          本文标题:元素块fontSize和lineHeight一致的重要性

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