2010-06-21 66 views

回答

60

請使用不同的字體或使用border-bottom來代替,以便您可以使用padding-bottom來控制空間。

+0

說明如何做到這一點的http://stackoverflow.com/questions/1734618/css-underline-possible-to-increase-gap。 – paislee 2011-12-17 08:06:35

+10

如果您在邊界底部擴展超出文本寬度時遇到問題,請添加'display:inline-block' – 2013-03-29 00:44:53

+0

也相關 - http://stackoverflow.com/questions/1734618/css-underline-possible-to-增加差距 – 2013-06-26 11:43:37

22

我有同樣的問題,然後我用:

.underline_text { 
     border-bottom: solid 2px #000000; 
     display: inline; 
     padding-bottom: 3px; 
} 
相關問題