是否可以在我的跨度中編輯背景顏色的高度?編輯跨度背景顏色的高度
HTML
<span class="highlight">Some highlighted text</span>
CSS
.highlight{
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 1.5em;
background-color: #4db6ac;
line-height: 2em;
}
我想要做的就是爲亮點是1.8em。我不知道如何實現這一點,而不是太繁瑣(即大量的div)。