CSS属性继承:哪些属性可继承?哪些不可继承?
CSS属性可以分为可继承属性和不可继承属性。
可继承属性:
- font-size
- font-family
- font-weight
- font-style
- color
- text-align
- line-height
- white-space
- visibility
- cursor
不可继承属性:
- width
- height
- margin
- padding
- border
- background
- position
- display
- float
- clear
- overflow
- z-index
需要注意的是,虽然某些属性是可继承的,但是如果在子元素中显式地设置了该属性,那么子元素将会使用自己的值,而不是继承父元素的值。
原文地址: https://www.cveoy.top/t/topic/pIJA 著作权归作者所有。请勿转载和采集!