|
|
@ -25,9 +25,21 @@ $--font-path: '~element-ui/lib/theme-chalk/fonts'; |
|
|
|
.el-icon-s-ticket:before { |
|
|
|
.el-icon-s-ticket:before { |
|
|
|
color: $--color-primary; |
|
|
|
color: $--color-primary; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.submit { |
|
|
|
|
|
|
|
background: $--color-primary url(../../assets/images/system/10/btn.png) 0 0/100% 100% no-repeat; |
|
|
|
|
|
|
|
} |
|
|
|
.el-table th { |
|
|
|
.el-table th { |
|
|
|
background-color: $--color-primary !important; |
|
|
|
background-color: $--color-primary !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.el-table { |
|
|
|
|
|
|
|
th { |
|
|
|
|
|
|
|
background-color: $--color-primary !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-table__row--striped td { |
|
|
|
|
|
|
|
background-color: #ffebf9 !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
.total-score { |
|
|
|
.total-score { |
|
|
|
color: #878787; |
|
|
|
color: #878787; |
|
|
|
background-color: #ffc385; |
|
|
|
background-color: #ffc385; |
|
|
|