// 导入统一样式
@import '~normalize.css/normalize.css';

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: inherit;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  padding: 0;
  margin: 0;
}

table,
td,
tr,
th {
  font-size: 12px;
}

img {
  vertical-align: top;
  border: 0;
}

ol,
ul,
li {
  list-style: none;
}

address,
cite,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}

html {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1.3em;
  margin-bottom: 1em;
  font-weight: 100;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

a {
  color: #42a5f5;
  text-decoration: none;

  &:active,
  &:focus,
  &:hover {
    text-decoration: none;
  }
}

code,
kbd,
pre,
samp {
  font-family: $code-family;
}
