css3兄弟选择器

兄弟选择器:

  1. 相邻兄弟选择器
    匹配的相邻的元素 - 当前元素的【后面的一个】元素,前提必须有相同的父元素
    语法:selector1+selector2
  2. 通用兄弟选择器
    匹配当前元素的【后面的所有兄弟】元素
    语法:selector1~selector2
    回顾:
  3. 元素选择器 元素名{}
  4. class 类选择器 .类名{}
  5. id选择器 #id名{}
  6. 通用选择器
  7. 选择器1,选择器2,… 群组选择器
  8. 选择器1>选择器2 父子选择器
  9. 选择器1 选择器2 后代选择器
<!DOCTYPE html>
<html>
<head>
    <title> 兄弟选择器 </title>
    <meta charset="utf-8" />
    <style>
        .first~div{//.first+div
            color:blue;
        }
    </style>
</head>
<body>
    <p class="first">This is the top p</p>
    <div id="d1">This is the first div</div>
    <h1>This is the Header 1
        <div>h元素中的div</div>
    </h1>
    <p class="final">This is the bottom p 你好世界</p>
    <p>
        This is the second p
    </p>
    <h2>this is h2</h2>
    <div class="div1">h2 后面的 div</div>
</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值