text-underline-offset
为文本下划线设置偏移量
html
<a href="#">s副卡那地方立法似懂非懂浪费</a>
css
body {
padding: 16px;
}
a{
color: deeppink;
text-underline-offset: 12px;
}
See the Pen css`text-underline-offset` 为文本下划线设置偏移量 by liu874396180 ( @liu874396180) on CodePen.