|
|
|
/* 改变主题色变量 */
|
|
|
|
$--color-primary: #ff8a00;
|
|
|
|
/* 改变 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: url(../../assets/images/system/9/bg1.png) top right no-repeat, url(../../assets/images/system/9/bg1.png) bottom right no-repeat;
|
|
|
|
}
|
|
|
|
.t-color {
|
|
|
|
color: $--color-primary;
|
|
|
|
}
|
|
|
|
.p-title {
|
|
|
|
background: url(../../assets/images/system/9/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 {
|
|
|
|
background-color: $--color-primary;
|
|
|
|
}
|
|
|
|
.el-icon-s-ticket:before {
|
|
|
|
color: $--color-primary;
|
|
|
|
}
|
|
|
|
.submit {
|
|
|
|
background: $--color-primary url(../../assets/images/system/9/btn.png) 0 0/100% 100% no-repeat !important;
|
|
|
|
}
|
|
|
|
.el-table {
|
|
|
|
th {
|
|
|
|
background-color: #ffc385 !important;
|
|
|
|
}
|
|
|
|
.el-table__row--striped td {
|
|
|
|
background-color: #ffebf9 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.total-score {
|
|
|
|
color: #fff;
|
|
|
|
background-color: #ffc385;
|
|
|
|
}
|