屬性繼承字體
有時候你會發現給一個元素設置一些樣式後,它的後代也跟着發生變化,這種扯淡的行爲咱們叫作屬性繼承。spa
那麼問題來了,哪些屬性能夠繼承,哪些又不能夠呢?指針
能夠繼承的屬性:1.color字體顏色(a除外,a是特殊的,要改變a裏面的顏色,必須直接給a設置,給a的父級設置不行);繼承
2.font系列,例如:font-size、font-style、font-family、font-weight 等;it
3.文本系列,text-indent、text-align、line-height 等;io
4.光標屬性:cursor 它的值有:pointer 抓手、wait help 指針;float
不能夠繼承的屬性:1.display;im
2.文本屬性:vertical-align、text-decoration 等;樣式
3.盒子模型的屬性:margin、padding、width、height、border 等;margin
4.背景屬性:background、background-color、background-image、background-repeat、background-position 等;
5.定位屬性:position、float、overflow、z-index 等;