客观进来看
1.span{text-decoration:line-through;}(自己尝试的)
2..oldPrice{text-decoration:line-through;}(答案)
效果居然一样 求大神指点迷津。。。最好说下区别与相似 麻烦了
1.span{text-decoration:line-through;}(自己尝试的)
2..oldPrice{text-decoration:line-through;}(答案)
效果居然一样 求大神指点迷津。。。最好说下区别与相似 麻烦了
2016-03-08
<style type="text/css">
.oldPrice{text-decoration:line-through;}
或者span{text-decoration:line-through;}
或者span.oldPrice{text-decoration:line-through;}
或者p .oldPrice{text-decoration:line-through;}
</style>
</head>
<body>
<p>原价:<span class="oldPrice">300</span>元 现价:<span>230</span> 元</p>
</body>
这四种有的效果相同 有点效果相同 很有意思。注意我在230也加了span标签
举报