您的位置:首页 > Web前端 > CSS

CSS常用缩写

2015-12-11 15:03 701 查看
注:“ | ”是为了方便看才写上来的,真正写代码的时候没有

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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: