首页 > 技术文章 > css 书写推荐顺序

intangible 2017-12-26 10:39 原文

1.位置属性(position, top, right, z-index, display, float等)
2.大小(width, height, padding, margin)
3.文字系列(font, line-height, letter-spacing, color- text-align等)
4.背景(background, border等)
5.其他(animation, transition等)

推荐阅读