注:“ | ”是为了方便看才写上来的,真正写代码的时候没有
font
font:font-style | font-variant | font-weight | font-size | line-height | font-family
background
background:background-color | background-image | background-repeat | background-attachment | background-position
margin(padding同理)
margin:margin-top | margin-right | margin-bottom | margin-left
注:当只使用两个参数时,第一个参数为上下边距,第二个参数为左右边距。
当使用三个参数时,第一个参数表示上边距,第二个参数表示左右边距,第三个参数表示下边距。
border
border:border-width | border-style | color
注:四个边可用此方式分别设置。
border同时还提供border-style,border-width和border-color的缩写,参数的顺序同margin。
list
list-style:list-style-type |
list-style-position | list-style-image