文字排版--删除线(text-decoration:line-through)
Posted Rinpe
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文字排版--删除线(text-decoration:line-through)相关的知识,希望对你有一定的参考价值。
如果想在网页上设置删除线怎么办,这个样式在电商网站上常会见到:
上图中的原价上的删除线使用下面代码就可以实现:
.oldPrice{text-decoration:line-through;}
以上是关于文字排版--删除线(text-decoration:line-through)的主要内容,如果未能解决你的问题,请参考以下文章