Bootstrap

css设置字体下划线与下划线颜色

color: red;
// 文本下划线
text-decoration: underline;
// 下滑线颜色,默认和字体颜色一样
text-decoration-color: green;
;