/* 删除线 */
text-decoration:line-through;
/* 上划线 */
text-decoration:overline;
/* 下划线 */
text-decoration-line: underline;
text-decoration-style: solid;
/* 波浪线 */
text-decoration-line: underline;
text-decoration-style: wavy;
/* 两个下划线 */
text-decoration-line: underline;
text-decoration-style: double;
/* 波浪的上划线和下划线 */
text-decoration-line: overline underline;
text-decoration-style: wavy;

1813

被折叠的 条评论
为什么被折叠?



