css 基本的css全局重置

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 基本的css全局重置相关的知识,希望对你有一定的参考价值。

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, header, nav, article, section,
aside, figure, figcaption, footer, dl, dd, dt {
    margin: 0px;
    padding: 0px;
}

html {
    // Hide persistent scrollbar in IE (10/11) and Edge
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
    text-rendering: optimizeLegibility;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
    display: block;
    max-width: 100%;
}

// Firefox input fix
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

// Normalise form field line-height in webkit browsers
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    line-height: normal;
}

// Box sizing border box FTW!
*, *:before, *:after {
    box-sizing: border-box;
}

以上是关于css 基本的css全局重置的主要内容,如果未能解决你的问题,请参考以下文章

CSS CSS全局重置

CSS 全局重置和clearfix

CSS 基本CSS框架 - 重置,文本

text 用于在网页中重置CSS的基本CSS

CSS cs2css3的重置CSS和基本CSS

项目css重置总结