​Mozilla建议的CSS书写顺序​

 

显示属性

display

list-style

position

float

clear

自身属性

width

height

margin

padding

border

background

行高属性

line-height

文本属性

color

font

text-decoration

text-align

vertical-align

white-space

content

其他属性

cursor

z-index

zoom

CSS3属性

transform

transition

animation

box-shadow

border-radius

 

^_^【CSS代码规范】规则顺序_css