话不多说直接贴代码
前5行css就是实现的代码:
p {
text-decoration-line: underline;
text-underline-offset: -7.5px;
text-decoration-thickness: 5px;
text-underline-position: under;
text-decoration-color: #FFF200;
color: #666;
font-size: 20px;
line-height: 28px;
margin-top: 16px;
overflow: hidden;
white-space: nowrap;
}
下面效果图: