提交问卷结果接口、后台整体色调调整
parent
6fe042afc9
commit
e8bdeca27f
@ -0,0 +1,22 @@
|
|||||||
|
.el-button--primary{
|
||||||
|
background-color: #00aeb7;
|
||||||
|
border-color: #009ea7;
|
||||||
|
color:#fff;
|
||||||
|
}
|
||||||
|
.el-radio-button__original-radio:checked+.el-radio-button__inner{
|
||||||
|
background-color: #00aeb7;
|
||||||
|
}
|
||||||
|
.el-switch.is-checked .el-switch__core{
|
||||||
|
background-color: #00aeb7;
|
||||||
|
border-color: #009ea7;
|
||||||
|
}
|
||||||
|
.el-switch__label.is-active{
|
||||||
|
color: #00aeb7;
|
||||||
|
}
|
||||||
|
.el-switch__core{
|
||||||
|
background:#00aeb7;
|
||||||
|
background-color: #00aeb7;
|
||||||
|
}
|
||||||
|
.el-menu-item.is-active{
|
||||||
|
color: #00aeb7;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue