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.
45 lines
1.2 KiB
45 lines
1.2 KiB
/* 改变主题色变量 */ |
|
$--color-primary: #8549f7; |
|
/* 改变 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/7/bg1.png) top right no-repeat, url(../../assets/images/system/7/bg2.png) bottom right no-repeat; |
|
} |
|
.t-color { |
|
color: $--color-primary; |
|
} |
|
.p-title { |
|
background: url(../../assets/images/system/7/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/7/btn.png) 0 0/100% 100% no-repeat !important; |
|
} |
|
.el-table { |
|
th { |
|
background-color: #d695ff !important; |
|
} |
|
.el-table__row--striped td { |
|
background-color: #ffebf9 !important; |
|
} |
|
} |
|
.total-score { |
|
color: #878787; |
|
background-color: #d0e7fb; |
|
} |
|
.toggle-panel img { |
|
height: 180px !important; |
|
} |