@import url('./element-ui.css');
@import url('./element-ui-display.css');

html,
body,
#app {
    height: 100%;
}

html,
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

body {
    margin: 0;
}

#app .splashscreen {
    width: 100%;
    height: 100%;
    background: url('img/white-logo.png') center center no-repeat, #11589F;
    background-size: 50%;
}

.alert-fit-mobile {
    width: 325px !important;
}
