CSS继承属性
无继承性的属性
display
:规定元素应该生成的框的类型- 文本属性:
vertical-align
:垂直文本对齐text-decoration
:添加文本装饰text-shadow
:文本阴影效果white-space
:空白符的处理unicode-bidi
:设置文本的方向
- 盒子模型的属性:
width
、height
margin
、margin-top/right/bottom/left
border
、border-top/right/bottom/left
border-style
、border-top/right/bottom/left-style
border-width
、border-top/right/bottom/left-width
border-color
、border-top/right/bottom/left-color
padding
、padding-top/right/bottom/left
- 背景属性:
background
background-color
background-image
background-repeat
background-position
background-attachment
- 定位属性:
float
clear
position
top/right/bottom/left
min-width/min-height
、max-width/max-height
overflow
clip
z-index
- 生成内容属性:
content
counter-reset
counter-increment
- 轮廓样式属性:
outline-style
outline-width
counter-color
outline
有继承性的属性
- 字体系列属性
font
:组合字体font-family
:字体系列font-weight
:字体粗细font-size
:字体尺寸font-style
:字体风格font-variant
:小写字母转换为大写,字体尺寸更小font-stretch
:对当前font-family
进行伸缩变形。所有主流浏览器不支持。font-size-adjust
:为某个元素规定一个aspect
值,保持首选字体的x-height
- 文本系列属性
text-indent
:文本缩进text-align
:文本水平对齐line-height
:行高word-spacing
:字间距letter-spacing
:字符间距text-transform
:控制文本大小写direction
:文本书写方向color
:文本颜色
- 元素可见性:
visibility
- 表格布局属性
caption-side
border-collapse
border-spacing
empty-cells
table-layout
- 列表布局属性
list-style-type
list-style-image
list-style-position
list-style
- 生成内容属性:
quotes
- 光标属性:
cursor
- 页面样式属性
page
page-break-inside
windows
orphans
- 字体系列属性