发布于 6年前
                CSS 下划线、上划线、删除线
text-decoration: underline;       // 下划线
text-decoration: none;              // 没有装饰
text-decoration: line-through;   // 中划线
text-decoration: overline;          // 上划线
text-decoration: blink;              // 删除线 
             
             
             
             
            