CSS 哪些属性默认会继承, 哪些不会继承?

1:不可继承的:display、margin、border、padding、background、height、min-height、max-height、width、min-width、max-width、overflow、position、left、right、top、bottom、z-index、float、clear、table-layoutvertical-alignpage-break-after、page-bread-before和unicode-bidi。 

2:所有元素可继承:visibility和cursor。

3:内联元素可继承:letter-spacingword-spacingwhite-spaceline-height、color、font、font-family、font-size、font-style、font-variant、font-weighttext-decoration、text-transform、direction。 终端块状元素可继承:text-indent和text-align。 列表元素可继承:list-style、list-style-type、list-style-position、list-style-image。

posted on 2017-03-22 00:34  波Spirit  阅读(2724)  评论(0编辑  收藏  举报

导航