建议遵循以下顺序:
- 布局定位属性:display / position / float / clear / visibility / overflow (建议display第一个写,关系到模式)
- 自身属性:width / height / margin / padding / border / background
- 文本属性:color / font / text-decoration / text-align / vertical-align / white-space / break-word
- 其他属性(css3):content / cursor / border-radius / box-shadow / text-shadow / background: linear-gradient …