CSS 属性列表
CSS属性列表 |
|||
序号 |
属性类别 |
属性 |
描述 |
1 |
动画属性 |
@keyframes |
定义一个动画,@keyframes定义的动画名称用来被animation-name所使用。 |
2 |
animation |
复合属性。检索或设置对象所应用的动画特效。 |
|
3 |
animation-name |
检索或设置对象所应用的动画名称 ,必须与规则@keyframes配合使用,因为动画名称由@keyframes定义 |
|
4 |
animation-duration |
检索或设置对象动画的持续时间 |
|
5 |
animation-timing-function |
检索或设置对象动画的过渡类型 |
|
6 |
animation-delay |
检索或设置对象动画的延迟时间 |
|
7 |
animation-iteration-count |
检索或设置对象动画的循环次数 |
|
8 |
animation-direction |
检索或设置对象动画在循环中是否反向运动 |
|
9 |
animation-play-state |
检索或设置对象动画的状态 |
|
10 |
背景属性 |
background |
复合属性。设置对象的背景特性。 |
11 |
background-attachment |
设置或检索背景图像是随对象内容滚动还是固定的。必须先指background-image属性。 |
|
12 |
background-color |
设置或检索对象的背景颜色。 |
|
13 |
background-image |
设置或检索对象的背景图像。 |
|
14 |
background-position |
设置或检索对象的背景图像位置。必须先指定background-image属性。 |
|
15 |
background-repeat |
设置或检索对象的背景图像如何铺排填充。必须先指定background-image属性。 |
|
16 |
background-clip |
指定对象的背景图像向外裁剪的区域。 |
|
17 |
background-origin |
S设置或检索对象的背景图像计算background-position时的参考原点(位置)。 |
|
18 |
background-size |
检索或设置对象的背景图像的尺寸大小。 |
|
19 |
边框和 |
border |
复合属性。设置对象边框的特性。 |
20 |
border-bottom |
复合属性。设置对象底部边框的特性。 |
|
21 |
border-bottom-color |
设置或检索对象的底部边框颜色。 |
|
22 |
border-bottom-style |
设置或检索对象的底部边框样式。 |
|
23 |
border-bottom-width |
设置或检索对象的底部边框宽度。 |
|
24 |
border-color |
置或检索对象的边框颜色。 |
|
25 |
border-left |
复合属性。设置对象左边边框的特性。 |
|
26 |
border-left-color |
设置或检索对象的左边边框颜色。 |
|
27 |
border-left-style |
设置或检索对象的左边边框样式。 |
|
28 |
border-left-width |
设置或检索对象的左边边框宽度。 |
|
29 |
border-right |
复合属性。设置对象右边边框的特性。 |
|
30 |
border-right-color |
设置或检索对象的右边边框颜色。 |
|
31 |
border-right-style |
设置或检索对象的右边边框样式。 |
|
32 |
border-right-width |
设置或检索对象的右边边框宽度。 |
|
33 |
border-style |
设置或检索对象的边框样式。 |
|
34 |
border-top |
复合属性。设置对象顶部边框的特性。 |
|
35 |
border-top-color |
设置或检索对象的顶部边框颜色 |
|
36 |
border-top-style |
设置或检索对象的顶部边框样式。 |
|
37 |
border-top-width |
设置或检索对象的顶部边框宽度。 |
|
38 |
border-width |
设置或检索对象的边框宽度。 |
|
39 |
outline |
复合属性。设置或检索对象外的线条轮廓。 |
|
40 |
outline-color |
设置或检索对象外的线条轮廓的颜色。 |
|
41 |
outline-style |
设置或检索对象外的线条轮廓的样式。 |
|
42 |
outline-width |
设置或检索对象外的线条轮廓的宽度。 |
|
43 |
border-bottom-left-radius |
设置或检索对象的左下角圆角边框。提供2个参数,2个参数以空格分隔,每个参数允许设置1个参数值,第1个参数表示水平半径,第2个参数表示垂直半径,如第2个参数省略,则默认等于第1个参数 |
|
44 |
border-bottom-right-radius |
设置或检索对象的右下角圆角边框。 |
|
45 |
border-image |
设置或检索对象的边框样式使用图像来填充。 |
|
46 |
border-image-outset |
规定边框图像超过边框的量。 |
|
47 |
border-image-repeat |
规定图像边框是否应该被重复(repeated)、拉伸(stretched)或铺满(rounded)。 |
|
48 |
border-image-slice |
规定图像边框的向内偏移。 |
|
49 |
border-image-source |
规定要使用的图像,代替 border-style 属性中设置的边框样式。 |