qq截图测尺寸
去除表单前面圆点:1.list-styled 2.list-style-type:none;
去除下划线:text-decoration:none
背景不重复:background-repeat:none-repeat
list-style-type:none; //去掉里标签前面的黑点
text-decoration:none;//去掉a标签的下划线
background-image:url(。。。jpg/png)//li标签的背景图片
background-repeat:no-repeat;//背景图像不重复只出现一个(不定义的话会默认repeat,将在水平方向和垂直方向都重复)
文字跟左边的距离用padding可能会影响父元素的宽度,如果用text—indent:**px;就不会有什么隐患;
height,line-height(同一个元素设置,使内容垂直居中