@import './element-ui.scss'; @import './mixin.scss'; body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } div:focus{ outline: none; } a:focus, a:active { outline: none; } a, a:focus, a:hover { cursor: pointer; color: inherit; text-decoration: none; } .clearfix { &:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } } //vue router transition css .fade-enter-active, .fade-leave-active { transition: all .2s ease } .fade-enter, .fade-leave-active { opacity: 0; } //main-container全局样式 .app-main{ min-height: 100% } .app-container { padding: 20px; } .svg-icon { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }