/* 改变主题色变量 */ $--color-primary: #ff482e; /* 改变 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/5/bg1.png) top right no-repeat,url(../../assets/images/system/5/bg2.png) bottom right no-repeat; } .t-color { color: $--color-primary; } .p-title { background: url(../../assets/images/system/5/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; } .submit { background: $--color-primary url(../../assets/images/system/5/btn.png) 0 0/100% 100% no-repeat; } .el-table { th { background-color: #fc8978 !important; } .el-table__row--striped td { background-color: #d2f1f4 !important; } } .total-score { color: #878787; background-color: #e0e0e0; }