style: 💄 修改im样式

This commit is contained in:
学习很差啦
2023-02-17 18:12:22 +08:00
parent 5844e74d32
commit d256fd3559
3 changed files with 28 additions and 22 deletions

View File

@@ -5088,7 +5088,7 @@ scroll-view.cu-steps .cu-item {
}
.bg-user-orang {
background-color: #FFFFCC;
background-color:rgba($main-color,0.1);
color: black;
}
@@ -5112,8 +5112,8 @@ scroll-view.cu-steps .cu-item {
color: #ffffff;
}
.bg-cyan {
background-color: #1cbbb4;
.bg-main-color {
background-color: $main-color;
color: #ffffff;
}
@@ -5197,7 +5197,7 @@ scroll-view.cu-steps .cu-item {
background-color: #d7f0dbff;
}
.bg-cyan.light {
.bg-main-color.light {
color: #1cbbb4;
background-color: #d2f1f0;
}