目前比较全的CSS reset重设方法总结

2020-05-01 09:36:38易采站长站整理

    font: 62.5% “Lucida Grande”, Lucida, Verdana, sans-serif;    
    text-shadow: #000 0px 0px 0px;    
}    
ul {    
    list-style: none;    
    list-style-type: none;    
}    
h1, h2, h3, h4, h5, h6, p, pre,    
blockquote, ul, ol, dl, address {    
    font-weight: normal;    
    margin: 0 0 1em 0;    
}    
cite, em, dfn {    
    font-style: italic;    
}    
sup {    
    position: relative;    
    bottombottom: 0.3em;    
    vertical-align: baselinebaseline;    
}    
sub {    
    position: relative;    
    bottombottom: -0.2em;    
    vertical-align: baselinebaseline;    
}    
li, dd, blockquote {    
    margin-left: 1em;    
}    
code, kbd, samp, pre, tt, var, input[type=’text’], textarea {    
    font-size: 100%;    
    font-family: monaco, “Lucida Console”, courier, mono-space;    
}    
del {    
    text-decoration: line-through;    
}    
ins, dfn {    
    border-bottom: 1px solid #ccc;    
}    
small, sup, sub {    
    font-size: 85%;    
}    
abbr, acronym {    
    text-transform: uppercase;    
    font-size: 85%;    
    letter-spacing: .1em;    
    border-bottom-style: dotted;    
    border-bottom-width: 1px;    
}    
a abbr, a acronym {