@import './variables.scss';
|
@import './mixin.scss';
|
@import './transition.scss';
|
@import './element-ui.scss';
|
@import './sidebar.scss';
|
|
body {
|
height: 100%;
|
-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;
|
}
|
|
label {
|
font-weight: 700;
|
}
|
|
html {
|
height: 100%;
|
box-sizing: border-box;
|
background-color: #eee;
|
}
|
|
#app {
|
height: 100%;
|
}
|
|
*,
|
*:before,
|
*:after {
|
box-sizing: inherit;
|
}
|
|
a:focus,
|
a:active {
|
outline: none;
|
}
|
|
a,
|
a:focus,
|
a:hover {
|
cursor: pointer;
|
color: inherit;
|
text-decoration: none;
|
}
|
|
div:focus {
|
outline: none;
|
}
|
|
.clearfix {
|
&:after {
|
visibility: hidden;
|
display: block;
|
font-size: 0;
|
content: " ";
|
clear: both;
|
height: 0;
|
}
|
}
|
|
// main-container global css
|
.app-container {
|
padding: 20px;
|
}
|
|
body .el-scrollbar__wrap {
|
overflow-x: hidden;
|
}
|
|
.icon {
|
width: 48px;
|
height: 48px;
|
vertical-align: -0.15em;
|
fill: currentColor;
|
overflow: hidden;
|
}
|
|
.el-select-dropdown .el-scrollbar .el-scrollbar__wrap {
|
overflow: scroll !important;
|
}
|
|
.el-pagination {
|
display: flex;
|
justify-content: flex-end;
|
margin-bottom: 10px;
|
position: relative;
|
}
|
|
.el-pagination__total {
|
font-size: 12px;
|
position: absolute;
|
left: 0;
|
color: #3C8EFE;
|
}
|
|
.el-table th.is-leaf {
|
border-bottom: 1px solid #F0F0F0;
|
}
|
|
.el-table .cell {
|
color: rgba(0, 0, 0, 0.65);
|
}
|
|
.el-table {
|
th {
|
background-color: #f7f6fb;
|
;
|
}
|
}
|
|
.form-flex {
|
width: 100%;
|
display: flex;
|
justify-content: space-between;
|
align-items: flex-start;
|
}
|
|
.search_from {
|
background: #FFFFFF;
|
border-radius: 4px;
|
margin-bottom: 16px;
|
padding: 32px 16px;
|
box-sizing: border-box;
|
}
|
|
.el-pagination.is-background .el-pager li:not(.disabled).active {
|
color: #3C8EFE;
|
border-radius: 4px;
|
background-color: #fff;
|
border: solid 1px #3C8EFE;
|
}
|
|
.el-pagination.is-background .btn-prev,
|
.el-pagination.is-background .btn-next,
|
.el-pagination.is-background .el-pager li {
|
background-color: #fff;
|
border: 1px solid #DDDEE1;
|
color: #606266;
|
min-width: 32px;
|
border-radius: 4px;
|
}
|
|
.el-card {
|
border-radius: 4px;
|
}
|
|
.el-dialog {
|
border-radius: 4px;
|
}
|
|
body .el-table th.gutter {
|
display: table-cell !important
|
}
|
|
.el-table {
|
overflow-y: auto !important;
|
}
|
|
.iconfont {
|
margin: 0px 4px 0px 0px;
|
font-size: 16px !important;
|
}
|
|
|
.el-dialog__footer{
|
padding: 12px 22px;
|
box-sizing: border-box;
|
border-top: solid 1px #F0F0F0;;
|
}
|
.el-dialog__header{
|
padding: 12px 22px;
|
box-sizing: border-box;
|
border-bottom: solid 1px #F0F0F0;;
|
display: flex;
|
justify-content: space-between;
|
align-items: center;
|
}
|
.el-card__header {
|
color: #333;
|
padding: 16px 20px;
|
font-size: 16px;
|
background-color: #fff;
|
}
|
|
|
.el-table th {
|
font-size: 12px;
|
font-weight: 400;
|
background: #FAFAFA;
|
color: #000;
|
}
|
.table_box{
|
padding: 16px;
|
box-sizing: border-box;
|
background-color: #FFFFFF;
|
border-radius: 4px;
|
}
|
// 样式提取
|
.shadow_class{
|
border-radius: 16px;
|
box-shadow: 0px 10px 26px 0px rgba(0, 42, 224, 0.06);
|
|
}
|
.indicator_text{
|
>div{
|
&:first-child{
|
font-size: 12px;
|
font-family: Microsoft YaHei;
|
font-weight: 400;
|
color: #24508C;
|
opacity: 0.65;
|
margin-bottom: 24px;
|
}
|
&:last-child{
|
font-size: 20px;
|
font-family: Microsoft YaHei;
|
font-weight: 400;
|
color: #0B2C5F;
|
display: flex;
|
justify-content: flex-start;
|
align-items: center;
|
.el-progress-bar{
|
width: 100px;
|
}
|
}
|
}
|
}
|