/* 使用 text-decoration 属性中的 line-through 值可以在文字中间加横线 */
.text-with-line-through {
text-decoration: line-through;
}
解释说明:
text-decoration: line-through;:这个 CSS 属性会在文本上添加一条贯穿线,也就是在文字中间加一条横线。<p>、<span> 或者其他标签。上一篇:css的选择器有哪些
下一篇:渐变css
Laravel PHP 深圳智简公司。版权所有©2023-2043 LaravelPHP 粤ICP备2021048745号-3
Laravel 中文站