// 全局变量 @import './variables.scss'; // ele样式覆盖 @import './element-ui.scss'; // 顶部右侧显示 @import './top.scss'; // 导航标签 @import './tags.scss'; // 工具类函数 @import './mixin.scss'; // 侧面导航栏 @import './sidebar.scss'; // 动画 @import './animate/vue-transition.scss'; //主题 @import './theme/index.scss'; //适配 @import './media.scss'; .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-weight: 500; } @include scrollBar(); body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; } * { outline: none !important; } body { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; line-height: 2; } html, body { height: 100%; } fieldset, img { border: 0; } ol, ul { list-style: none; } em { font-style: normal; } input, button, select, textarea { outline: none; } textarea { resize: none; } //为了使文本段落左右两边对齐 p { word-wrap: break-word } a { text-decoration: none; } i { display: inline-block; } /*a:hover { color: #f60; text-decoration:none; }*/ address, cite, code, em, th { font-weight: normal; font-style: normal; } a { color: inherit; text-decoration: none; display: inline-block; } /*a:link{color:#009;}*/ /*a:visited{color:#800080;}*/ a:hover, a:active, a:focus { text-decoration: underline; } table { border-collapse: collapse; border-spacing: 0; } .hidden { display: none; } .padding { padding: 0 !important; } .margin { margin: 0 !important; } .pull-right { float: right !important; ; } .pull-left { float: left !important; } .pull-center { text-align: center; } .pull-flex { display: flex; } .pull-overflow { overflow: hidden; } .pull-auto { height: auto; overflow: hidden; } .pull-height { height: 100%; overflow: hidden; } .pull-fixed { position: fixed; left: 0; top: 0; } .iframe { width: 100%; height: 100%; border: 0; overflow: hidden; box-sizing: border-box; } .text-white { color: #fff; } .grayMode { filter: grayscale(100%); } .clearfix { &:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } } //main-container全局样式 .app-main { min-height: 100% } .filter-container { padding-bottom: 10px; .filter-item { display: inline-block; vertical-align: middle; margin-bottom: 10px; margin-right: 10px; } } .app-container { height: 100%; padding: 20px; box-sizing: border-box; } .pagination-container { padding: 20px 0; float: right; }