Mozilla建议的CSS书写顺序

发布时间:2013-09-19 11:33:46来源:阅读(1557)

    //显示属性
    display
    list-style
    position
    float
    clear

    //自身属性
    width
    height
    margin
    padding
    border
    background

    //文本属性
    color
    font
    text-decoration
    text-align
    vertical-align
    white-space
    other text
    content

关键字