CSS: underline 发布时间:2026/8/6 17:55:47 多彩编程 技术笔记 .mark { text-decoration-line: underline; //下划线 text-decoration-style: wavy; //波浪线 text-decoration-color: red; //红色 }text-decoration-line: overrline; //上划线 编程学习 技术笔记 实战干货 返回列表