body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
margin: 0;
padding: 0
}
body {
font-family: 'Microsoft YaHei', '微软雅黑', 'PingFangSC-Regular', 'PingFang SC';
color: #515151;
font-size:16px;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased
}
*,
::after,
::before {
box-sizing: border-box;
}
img {
border: 0
}
a {
text-decoration: none;
outline: none;
color: #000;
}
a:link,
a:visited,
a:hover,
a:active {
text-decoration: none;
outline: none
}
li {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0
}
网友评论