CSS属性的书写建议遵循以下顺序:
- 布局定位属性:display / position / float / clear / visibility / overflow等(建议display第一个写,毕竟关系到元素模式)
- 自身属性:width / height / margin / padding / border / background等
- 文本属性:color / font / text-decoration / text-align / white-sapce等
- 其他属性(CSS3):content / cursor / border-radius / box-shadow / text-shadow等