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

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

原文地址:https://www.cnblogs.com/jzm17173/p/2689963.html