平时写CSS时,只是按类整理一下顺序,对于属性排序从来没有弄过。以后要养成书写习惯才行。下面是来自Mozilla Firefox 建议的CSS书写顺序。

//显示属性
* display
* list-style
* position
* float
* clear

//自身属性
* width
* height
* margin
* padding
* border
* background

//文本属性
* color
* font
* text-decoration
* text-align
* vertical-align
* white-space
* other text
* content

Article Tags: