# 某元素的 fontSize: 2rem; lineHeight: 1.5em; 此时 lineHeight 为多少像素
Issue
欢迎在 Gtihub Issue 中回答此问题: Issue 561 (opens new window)
Author
font-size: 2rem. ----> 则该元素默认情况下,font-size: 32px line-height: 1.5em, em 相对于自身元素的 font-size, 则 line-height: 1.5 * 32 === 48px