想改變下劃線的顏色,貌似text-decoration無法做到。想用border-bottom,但是與文字之間得距離不能縮小,試著改過padding但是沒有成功= =求教了多謝
1 回答
已采納

習(xí)慣受傷
TA貢獻(xiàn)885條經(jīng)驗 獲得超1144個贊
用border-bottom可以實現(xiàn)?。?/p>
代碼:
<!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>
添加回答
舉報
0/150
提交
取消