多彩编程 多彩编程MZPH · CODE BLOG
ARTICLE DETAIL

文章详情

深耕前端与后端开发技术的一线实战笔记与踩坑复盘。

CSS: underline

CSS: underline .mark { text-decoration-line: underline; //下划线 text-decoration-style: wavy; //波浪线 text-decoration-color: red; //红色 }text-decoration-line: overrline; //上划线
返回列表