CSSスタイルの優先度

2629 ワード

------------------------------------------------------------------------
           |                   |        <---->        |       
------------------------------------------------------------------------
     : |               |               |           
------------------------------------------------------------------------
     : |                  |                  |       
------------------------------------------------------------------------
     : |                  |                   |  ID   
------------------------------------------------------------------------

      , CSS     !important            
p{color:blue; !important}

1. , margin,background color,border 。

2. , link ,headline 。

3. css , 。

 

css :The Directly Applied Style Wins。 , 。 :Nearest Ancestor Wins。

 

one tag, many styles , : <p> id selector style class selector style, , style , 。 ,css :

A tag selector is worth 1 point . A class selector is worth 10 points . An ID selector is worth 100 points . An inline style is worth 1000 points .
    :There