日期:2013-2-3 来源:GBin1.com
1.不要忘记引号!
font family: "Times New Roman", "Times Roman", Roman, serif;
2.正确的注视样式表。
/* This is a CSS Comment */
3.不要忘记了标点符号
.class { margin: 0; padding: 0 3px 0 3px; font-family: "Times New Roman", "Times Roman", Roman, serif; color: #000; }
4.尽可能使用简称
.....
via gbtags