Showing
7 changed files
with
13 additions
and
13 deletions
| ... | ... | @@ -406,9 +406,9 @@ |
| 406 | 406 | border-radius: 6rpx; |
| 407 | 407 | margin-bottom: 8rpx; |
| 408 | 408 | |
| 409 | - &.status_AUDIT { | |
| 410 | - background: #3D48A3; | |
| 411 | - } | |
| 409 | + &.status_AUDIT { | |
| 410 | + background: $theme-primary; | |
| 411 | + } | |
| 412 | 412 | |
| 413 | 413 | &.status_PASS { |
| 414 | 414 | background: #2BA471; |
| ... | ... | @@ -476,10 +476,10 @@ |
| 476 | 476 | background: #FFF1E9; |
| 477 | 477 | color: #E37318; |
| 478 | 478 | } |
| 479 | - &.category_C { | |
| 480 | - background: #F2F3FF; | |
| 481 | - color: #3D48A3; | |
| 482 | - } | |
| 479 | + &.category_C { | |
| 480 | + background: #F2F3FF; | |
| 481 | + color: $theme-primary; | |
| 482 | + } | |
| 483 | 483 | &.category_D { |
| 484 | 484 | background: #E3F9E9; |
| 485 | 485 | color: #2BA471; | ... | ... |