Mozilla建议的css书写顺序
显示属性
display
list-style
position
float
clear
自身属性
width
height
margin
padding
border
background
文本属性
color
font
text-decoration
text-align
vertical-align
white-space
other
textcontent
复制代码
代码如下:display
list-style
position
float
clear
自身属性
复制代码
代码如下:width
height
margin
padding
border
background
文本属性
复制代码
代码如下:color
font
text-decoration
text-align
vertical-align
white-space
other
textcontent