diff --git a/subPackages/haveFeeling/list.vue b/subPackages/haveFeeling/list.vue index 069294a..6f8bf24 100644 --- a/subPackages/haveFeeling/list.vue +++ b/subPackages/haveFeeling/list.vue @@ -589,28 +589,28 @@ $bg-light: #f7fafc; letter-spacing: 0.5rpx; &.status-pending { - background: #fff3cd; - color: #856404; + background: #ff9500; + color: #ffffff; } &.status-paid { - background: #e6f3ff; - color: #0c5460; + background: #007aff; + color: #ffffff; } &.status-cancelled { - background: #f8d7da; - color: #721c24; + background: #ff3b30; + color: #ffffff; } &.status-shipping { - background: #d4edda; - color: #155724; + background: #34c759; + color: #ffffff; } &.status-completed { - background: #d1ecf1; - color: #0c5460; + background: #48bb78; + color: #ffffff; } }