/* 下划线 */
.text-underline {
text-decoration: underline;
}
/* 上划线 */
.text-overline {
text-decoration: overline;
}
/* 删除线 */
.text-line-through {
text-decoration: line-through;
}
text-decoration: underline;
:给文本添加下划线。text-decoration: overline;
:给文本添加上划线。text-decoration: line-through;
:给文本添加删除线。上一篇:css 加下划线
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站