文字排版--删除线(text-decoration:line-through)

如果想在网页上设置删除线怎么办,这个样式在电商网站上常会见到:

上图中的原价上的删除线使用下面代码就可以实现:

 .oldPrice{text-decoration:line-through;}

 

posted @ 2016-05-30 23:27  Rinpe  阅读(1750)  评论(0编辑  收藏  举报