常见继承属性
文本相关属性都可以继承
color、font、font-family、font-size、font-style、font-variant、font-weight、text-decoration、text-transform、letter-spacing、word-spacing、white-space、word-break、overflow-wrap、line-height、direction、text-indent、text-align、text-shadow
列表相关属性
list-style-image、list-style-position、list-style-type、list-style
表格相关属性
border-collapse、border-spacing
visibility 和 cursor
常见非继承属性
盒模型相关属性
margin、border、padding、height、min-height、max-height、width、min-width、max-width、box-sizing
布局类属性
display、overflow、position、left、right、top、bottom、z-index、float、clear、table-layout、vertical-align
系列类
background 系列、transform 系列、transtion 系列、animation 系列、flexbox 系列、grid 系列