交集选择器是and 也就是要同时满足 且只能交2个只能交2个只能交2个,第一个是标记,第二个是class或者id,之间不可以有空格 eg:  span.small-height  

并集选择器是or,也就是 左边或者右边 用","隔开.

 

交集选择器  span.small-height{width:100%;height:30px;} 

并集选择器   span, .p2, #p3{ display:inline; color:red; } 

并集选择器内有交集选择器  span.small-height, .p2, #p3{margin-top:5px;}  

相关文章:

  • 2022-02-08
  • 2021-06-19
  • 2022-01-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案