想改變下劃線的顏色,貌似text-decoration無法做到。想用border-bottom,但是與文字之間得距離不能縮小,試著改過padding但是沒有成功= =求教了多謝
1 回答
已采納
習慣受傷
TA貢獻885條經驗 獲得超1144個贊
用border-bottom可以實現?。?/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>- 1 回答
- 1 關注
- 2600 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消
