globe(晶晶给的)
@charset "utf-8"; /* CSS Document */ *{ padding:0; margin:0;} html{ font:12px/18px "宋体"; color:#333; background:url(../images/bj.jpg) repeat-x left top #FFF;}/*字体为12px,行高为18px(上边距为3,下边距为3。12+6=18);晶晶语录(12px就是18;14就是20)*/ body{ width:980px; margin:0 auto;} ul,li{ list-style:none;} a{ font:12px/18px "宋体"; color:#0075bd; text-decoration:none;} a:hover{color:#0099cc; text-decoration:underline;} img{ border:none;} .left{ float:left;} .right{ float:right;} .clear{ clear:both; width:100%;} /*如果首行缩进用em,IE和FF里解析会出现兼容性,2个EM代表缩进两个字;如果用px的话,要缩进一个汉字的距离,就要用字体大小*2*/