2026/8/6 17:55:41

CSS: underline

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