1、CSS样式命名规则 采用字母、数字、中划线、下划线的组合;以小写字母开头;采用单字,连字符,下划线和驼峰。如: .special{...} .mainTitle{...} .main-title{...} .main_title{...} 2、常用CSS样式命名