* {
    padding: 0;
    margin: 0;
    list-style: none;
}

@font-face {
    font-family: element-icons;
    src: url(../../../fonts/vendor/element-ui/lib/theme-chalk/element-icons.ttf);/*字体包的引入路径*/
}

@font-face {
    font-family: element-icons;
    src: url(../../../fonts/vendor/element-ui/lib/theme-chalk/element-icons.woff);/*字体包的引入路径*/
}

body {
    background-color: rgb(0, 0, 0);
}
