This commit is contained in:
caolc
2023-05-11 09:02:10 +08:00
parent 3c8c985cce
commit ffd45a79c2
15 changed files with 71 additions and 67 deletions

View File

@@ -3559,8 +3559,9 @@ scroll-view.cu-steps .cu-item {
}
.bg-gradual-orange {
background-image: linear-gradient(45deg, #ff9700, #ed1c24);
/* background-image: linear-gradient(45deg, #ff9700, #ed1c24); */
color: #ffffff;
background-color: #1890FF;
}
.bg-gradual-green {
@@ -3579,7 +3580,7 @@ scroll-view.cu-steps .cu-item {
}
.bg-main-oil {
background-color: #FE0505;
background-color: #1890FF;
color: #ffffff;
}