From cfd0d1432bbca2214fe9d8940d76b593497c62d2 Mon Sep 17 00:00:00 2001 From: "1054425342@qq.com" <1054425342@qq.com> Date: Tue, 23 Sep 2025 14:14:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subPackages/haveFeeling/list.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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; } }