样式:
大小:
width 宽度
height:高度
背景:
background-color 背景色
background-image 背景图片
background-repeat 背景图的平铺方式
background-position 背景图位置
background-size 背景图的大小
background-attachment 背景图片是否滚动
字体:
font-family 字体样式
font-size 字体大小
font-style 倾斜(italic)
font-weight 加粗(bold)
text-decoration 下划线(underline)上划线(overline)删除线(line-through)没有,用于去除超链接的下划线(none)
color 字体颜色
对齐方式:
text-align 水平对齐
vertical-align 垂直对齐(配合display:table-cell)
line-height 行高
text-lndent 缩进 单位像素
边界边框:
margin 外边距 上右下左
padding 内边距
border 边框粗细、样式、颜色
列表方块:
list-style none将列表前面的序号去掉
list-style-image 将前面的序号变为图片
其他:
display 显示block隐藏none 不占位置
visibility 显示visible隐藏hidden占位置
overflow 超出范围hidden隐藏