📜  CSS | :不是选择器

📅  最后修改于: 2021-09-01 01:43:16             🧑  作者: Mango

:not(selector)选择器用于设置不是由选择器指定的每个元素的样式。由于它阻止选择特定项目,因此也称为否定伪类。

句法:

:not(selector) {
  //CSS Property
}

示例 1:



  

    
        CSS :not selector
    
    

  

  
    

            CSS :not selector     

       

        A computer science portal for geeks.     

       
        Geeks classes an extensive classroom programme.     
  

输出:
不选择器

示例 2:



  

    
        CSS :not selector
    
    

  

  
    

            CSS :not selector         

       

        Sorting Algorithms     

    
            
  • Merge sort
  •         
  • Bubble sort
  •         
  • Quick sort
  •     
  

输出:
不选择器
支持的浏览器: :not 选择器支持的浏览器如下:

  • 苹果 Safari 3.2
  • 谷歌浏览器 4.0
  • 火狐 3.5
  • 歌剧 9.6
  • 浏览器 9.0