CSS属性(根据继承性分为两类)

时间:2022-12-29 20:44:51

一、可继承属性

1》所有标签可继承:

visibility:行高

cursor:

2》内联标签可继承:

line-height:行高

color:文字颜色

font-family:文字字体

font-size:文字大小

font-weight:文字加粗

text-decoration:文字下划线

3》块级标签可继承:

text-indent:缩进

text-aligin:对齐

4》列表标签可继承:

list-style:列表

二、不可继承属性

display、margin、border、padding、background

height、min-height、max-height、width、min-width、max-width

overflow(隐藏标签多余部分的内容)、position、left、right、top、bottom、z-index