1.字体
font: 700 normal 12px/1.5 arial; //weight style size line-height font-family
2.padding/margin
padding:10px ;//四边
padding:20px 10px;//上下 左右
padding: 10px 20px 30px ;//上 左右 下
padding: 10px 20px 30px 40px;// 上 右 下 左
margin 类同padding
3.背景background
background:#fff url(bg.jpg) no-reapt scroll 10px 20px;//color image-url repeat attache position
4.边框border
border:1px solid red;//size style color
5.list-style
list-style:square inside url(t.jpg);//type position image-url;