CSS 另一个重置CSS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS 另一个重置CSS相关的知识,希望对你有一定的参考价值。
body {
color: #000;
font: normal normal 400 62.5% Arial, 'Trebuchet MS', Verdana, Sans-Serif;
line-height: 1;
margin: 0;
padding: 0;
}
body * {
font-size: 1em;
margin: 0;
padding: 0;
vertical-align: baseline;
}
ul, ol { list-style: none; }
fieldset, img { border: 0; }
table {
border-collapse: collapse;
border-spacing: 0;
}
address { font-style: normal; }
abbr, acronym {
border: 0;
font-variant: normal;
}
blockquote, q {
quotes: "" "";
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after { content: ""; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
a {
color: #000;
text-decoration: none;
}
a:hover { text-decoration: underline; }
/*a:focus { outline: 0; }*/
以上是关于CSS 另一个重置CSS的主要内容,如果未能解决你的问题,请参考以下文章
另一个CSS重置
另一个重置CSS
如何重置或覆盖 IE CSS 过滤器?
使用 Jquery css 按下时重置类
css 一个微小的现代CSS重置
为一个 div 元素重置多个 CSS 样式