CSS中選取器的優先順序 ( ※關於相同屬性的覆蓋問題 )

來源:互聯網
上載者:User

<style>#a{color:red}.b{color:blue;fontsize:20px}</style><div id="a" class="b">test</div>

 

--------------------------------------------

dest

字型大小是[類別選取器]中定義的20,顏色是[id選器]其中的紅色

 

ID的層級大於Class

ID前面是#

Class前面是.

 

※※※ 注意 ※※※

關於覆蓋的問題,不是說有了id就不再使用class中的內容

而是[id]中與[class]相同的會發生覆蓋,不同的部分,還會使用[class選取器]中定義的屬性。

 

 

 

 

 

 

 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.