You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
879 B
34 lines
879 B
3 years ago
|
/* 改变主题色变量 */
|
||
|
$--color-primary: #5786fc;
|
||
|
/* 改变 icon 字体路径变量,必需 */
|
||
|
$--font-path: '~element-ui/lib/theme-chalk/fonts';
|
||
|
@import "~element-ui/packages/theme-chalk/src/index";
|
||
|
.color {
|
||
|
background-color: $--color-primary;
|
||
|
}
|
||
|
.el-main {
|
||
|
background: #fff url(../../assets/images/system/8/bg1.png) 100% 0 no-repeat;
|
||
|
}
|
||
|
.t-color {
|
||
|
color: $--color-primary;
|
||
|
}
|
||
|
.p-title {
|
||
|
background: url(../../assets/images/system/8/header.png) 0 0/100% 100% no-repeat;
|
||
|
}
|
||
|
.el-tabs__item.is-active {
|
||
|
color: #fff !important;
|
||
|
background-color: $--color-primary;
|
||
|
}
|
||
|
.select .el-select__caret:before, .el-icon-arrow-right:before {
|
||
|
background-color: $--color-primary;
|
||
|
}
|
||
|
.el-icon-s-ticket:before {
|
||
|
color: $--color-primary;
|
||
|
}
|
||
|
.el-table th {
|
||
|
background-color: #badfff !important;
|
||
|
}
|
||
|
.total-score {
|
||
|
color: #878787;
|
||
|
background-color: #e0e0e0;
|
||
|
}
|