/* 使用 text-decoration 属性实现划线效果 */
/* 下划线 */
.text-underline {
text-decoration: underline;
}
/* 上划线 */
.text-overline {
text-decoration: overline;
}
/* 删除线 */
.text-line-through {
text-decoration: line-through;
}
/* 同时使用多种划线效果 */
.text-multiple-lines {
text-decoration: overline underline line-through;
}
上一篇:css div不换行
下一篇:css设置背景颜色透明度
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站