如图如何设置border-bottom使蓝色的虚线跟字体长度一致?
把块级元素转为内联块级元素,{display:inline-block;}
text-decoration:underline;文本下划线
懂了 谢谢
你可以写个span标签把所有字体放里面,然后设置span的底线就可以了