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

这个是什么选择器

p span.warning{color:purple;}  span.warning是选择了什么啊

正在回答

3 回答

派生选择器,表示P内的span里class为warning的内容为紫色,

<p>无关内容<span class="warning">我是紫色的内容</span>无关内容</p>

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

<style type="text/css">

.warning{color:red;}

</style>


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

<p>

<span class=" warning"></span>

</p>

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

举报

0/150
提交
取消

这个是什么选择器

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信