CSS中哪些属性可以被继承

CSS中哪些属性可以被继承

主要的有:

字体相关:line-height(行高), font-family(文字类型), font-size(文字大小), font-style(字形), font-variant(文字变化), font-weight(文字重度), font(文字)

文本相关: letter-spacing(字符间距), text-align(文本排序), text-indent(文本缩进), text-transform(文本转化), word-spacing(单词、字间距)

列表相关:list-style-image(列表属性图),  list-style-position(列表属性方位), list-style-type(列表式), list-style(列表属性)

还有一个比较重要的:color(颜色)

 

其他的还有一些不过不常见,可以不记,用到查吧。

下面是所有的可继承的属性(按字母排序):

azimuth, border-collapse, border-spacing,
caption-side, color, cursor, direction, elevation,
empty-cells, font-family, font-size, font-style,
font-variant, font-weight, font, letter-spacing,
line-height, list-style-image, list-style-position,
list-style-type, list-style, orphans, pitch-range,
pitch, quotes, richness, speak-header, speaknumeral,
speak-punctuation, speak, speechrate,
stress, text-align, text-indent, texttransform,
visibility, voice-family, volume, whitespace,
widows, word-spacing

 

注意:背景相关的属性是不会被继承的。

你可能感兴趣的:(知识点)