新手问题,关于边框线的问题,如何紧贴文字

想改变下划线的颜色,貌似text-decoration无法做到。

想用border-bottom,但是与文字之间得距离不能缩小,试着改过padding但是没有成功= =

求教了多谢

kevinZee
浏览 2445回答 1
1回答

习惯受伤

用border-bottom可以实现啊:代码:<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style type="text/css"> .text { border-bottom:1px dashed red; } </style> </head>  <body> <span class="text">我是文字</span> </body> </html>
打开App,查看更多内容
随时随地看视频慕课网APP