欢迎来到DIVCSS5查找CSS资料与学习DIV CSS布局技术!

1、代码

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>文字加中划线实例 CSS5</title>
<style>
.zhx{ text-decoration:line-through}
</style>
</head>
<body>
<p>原价:¥<span class="zhx">200.00</span><br />
现价:¥120.00</p>
</body>
</html>

疏解:
CSS设置装备摆设 text-decoration:line-through中划线花色。
对原价的数字,加class引入中划线css名堂。

如需转载,请注明文章出处和来源网址:http://www.divcss5.com/shili/s52946.shtml