html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: myriad set pro, helvetica neue, Helvetica, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

* {
    -webkit-box-sizing: border-b
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a {
    text-decoration: none;
    color: #000
}

a,label,button,input,select {
    -webkit-tap-highlight-color: transparent
}
img {
    width: 100%;
    height: auto;
    display: block;
    border: 0
}

body {
    background: #f5f5f5;
    color: #666
}

html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,blockquote,pre,button,fieldset,form,input,legend,textarea,th,td {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #08acee
}

button {
    outline: 0
}

img {
    border: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: 0
}

li {
    list-style: none
}

a {
    color: #666
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}
.clearfix {

}
————————————————
版权声明：本文为CSDN博主「默默地写代码」的原创文章，遵循CC 4.0 BY-SA版权协议，转载请附上原文出处链接及本声明。
原文链接：https://blog.csdn.net/qq_38334525/article/details/105783295