|
@@ -224,13 +224,13 @@
|
|
|
.followTipUp {
|
|
|
i {
|
|
|
font-style: normal;
|
|
|
- color: rgba(255, 102, 166, 1);
|
|
|
+ color: #EF231D;
|
|
|
}
|
|
|
}
|
|
|
.followTipDown {
|
|
|
i {
|
|
|
font-style: normal;
|
|
|
- color: rgba(255, 146, 0, 1);
|
|
|
+ color: #F47B00;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -250,12 +250,12 @@
|
|
|
|
|
|
.follow-down {
|
|
|
.van-icon-cross {
|
|
|
- color: rgba(255, 146, 0, 1) !important;
|
|
|
+ color: #F47B00 !important;
|
|
|
}
|
|
|
|
|
|
path {
|
|
|
- fill: rgba(255, 146, 0, 1) !important;
|
|
|
- stroke: rgba(255, 146, 0, 1) !important;
|
|
|
+ fill: #F47B00 !important;
|
|
|
+ stroke: #F47B00 !important;
|
|
|
}
|
|
|
|
|
|
:global {
|
|
@@ -267,12 +267,12 @@
|
|
|
|
|
|
.follow-up {
|
|
|
.van-icon-cross {
|
|
|
- color: rgba(255, 102, 166, 1) !important;
|
|
|
+ color: #EF231D !important;
|
|
|
}
|
|
|
|
|
|
path {
|
|
|
- fill: rgba(255, 102, 166, 1) !important;
|
|
|
- stroke: rgba(255, 102, 166, 1) !important;
|
|
|
+ fill: #EF231D !important;
|
|
|
+ stroke: #EF231D !important;
|
|
|
}
|
|
|
|
|
|
:global {
|
|
@@ -289,11 +289,11 @@
|
|
|
animation: noteAnimate 1s linear;
|
|
|
.van-icon-success {
|
|
|
display: block;
|
|
|
- color: rgba(0, 255, 148, 1);
|
|
|
+ color: #01B996;
|
|
|
}
|
|
|
path {
|
|
|
- fill: rgba(0, 255, 148, 1) !important;
|
|
|
- stroke: rgba(0, 255, 148, 1) !important;
|
|
|
+ fill: #01B996 !important;
|
|
|
+ stroke: #01B996 !important;
|
|
|
}
|
|
|
:global {
|
|
|
.tip-up, .tip-down {
|