为了账号安全,请及时绑定邮箱和手机立即绑定

正在回答

4 回答

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


1 回复 有任何疑惑可以回复我~
#1

Kid_fun

这样不是给类选择器内容全部上红色了?
2016-07-18 回复 有任何疑惑可以回复我~

<style type="text/css">

.oldPrice{

    text-decoration:line-through;

    color:red;

}

.ww{

    color:black;

}

</style>

</head>

<body>

<p>原价:<span class="oldPrice"><span class="ww">300</span></span>元 现价:230 元</p> 

</body>


0 回复 有任何疑惑可以回复我~

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>删除样式</title>
<style type="text/css">
.oldPrice{
    text-decoration:line-through;
    color:blue;
}
.oldPrice>label{
    color:black;
}
</style>
</head>
<body>
<p>原价:<span class="oldPrice"><label>300</label></span>元 现价:230 元</p>
</body>
</html>

0 回复 有任何疑惑可以回复我~
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>删除样式</title>
<style type="text/css">
.oldPrice{text-decoration:line-through;color:red;}
#s{color:blue;}
</style>
</head>
<body>
<p>原价:<span class="oldPrice"><span id="s">300</span></span>元 现价:230 元</p> 
</body>
</html>

这是我想的一个笨办法,有啥更好的求分享。

2 回复 有任何疑惑可以回复我~
#1

weibo_北湬_03682060

不太明白,id的权值比class高,为什么最后300什么颜色都不显示
2016-07-21 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

怎么给删除线上颜色

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号