为了保证更好的可读性,我们应该遵循以下顺序:
position
| z-index
| top
| right
| bottom
| left
| clip
display
| float
| clear
| visibility
| overflow
| overflow-x
| overflow-y
width
| min-width
| max-width
| height
| min-height
| max-height
margin
| margin-top
| margin-right
| margin-bottom
| margin-left
padding
| padding-top
| padding-right
| padding-bottom
| padding-left
border
| border-top
| border-right
| border-bottom
| border-left
| border-radius
| box-shadow
| border-image
background
| background-color
| background-image
| background-repeat
| background-attachment
| background-position
| background-origin
| background-clip
| background-size
color
| opacity
font
| font-style
| font-variant
| font-weight
| font-size
| font-family
text-transform
| white-space
| word-break
| word-wrap
| overflow-wrap
| text-align
| word-spacing
| letter-spacing
| text-indent
| vertical-align
| line-height
text-decoration
| text-shadow
direction
| unicode-bidi
| writing-mode
list-style
| list-style-image
| list-style-position
| list-style-type
table-layout
| border-collapse
| border-spacing
| caption-side
| empty-cells
content
| counter-increment
| counter-reset
| quotes
appearance
| text-overflow
| outline
| outline-width
| outline-color
| outline-style
| outline-offset
| cursor
| zoom
| box-sizing
| resize
| user-select
columns
| column-width
| column-count
| column-gap
| column-rule
| column-rule-width
| column-rule-style
| column-rule-color
| column-span
| column-fill
| column-break-before
| column-break-after
| column-break-inside
flex
transform
| transition
| animation
原文:http://www.cnblogs.com/TangYR168/p/6362081.html