CSS属性
CSS有N多属性,根据继承性,主要可以分为2类。
可继承属性
父标签的属性值会传递给子标签
一般是文字控制
属性
不可继承属性
父标签的属性值不能传递给子标签
一般是区块控制属性
可继承属性(加粗表示常用)
(1)所有标签可继承
visibility (display: none;与visibility: hidden;区别:visibility会占位)
cursor 光标样式 (手指pointer 十字架crosshair)
(2)内联标签可继承
line-height(行高用于垂直居中)
color
font
font-family(字体)
font-size
font-weight(加粗)
text-decoration(a标签超链接下划线)
letter-spacing
word-spacing
white-space
font-style
font-variant
text-transform
direction
(3)块级标签可继承
text-indent(段落缩进)
text-align(对齐)
(4)列表标签可继承
list-style(列表左侧圆圈样式)
list-style-type
list-style-position
list-style-image
不可继承属性(加粗表示常用)
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-layout、vertical-align
page-break-after、page-bread-before
unicode-bidi
CSS3新增特性
RGBA透明度(也可设置不透明度获得类似效果opacity)
块阴影好与圆角阴影
box-shadow、text-shadow圆角
border-radius边框图片
border-image形变
transform:none |<transform-function>[<transform-function>]