<html>
<head>

<style type="text/css">
 .class>h2{color:red}
</style>

</head>

<body>

  <div class='class'>
   <h2>区域标题</h2>
   <div>
      <h2>文章标题</h2>
   </div>
   <div>
      <h2>文章标题</h2>
   </div>
  </div>

</body>

</html>

 

效果:

CSS选择器:子选择符号

 

相关文章:

  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
猜你喜欢
  • 2021-06-03
  • 2022-12-23
  • 2022-12-23
  • 2022-03-01
  • 2021-12-28
  • 2022-12-23
相关资源
相似解决方案