From ce06ca62a0dd65d4a8fb57126948449c804ad77e Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 19 五月 2026 19:40:08 +0800
Subject: [PATCH] 提交

---
 small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-application/Invoice-application.wxss |   44 +++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 39 insertions(+), 5 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-application/Invoice-application.wxss b/small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-application/Invoice-application.wxss
index acfed7e..6941042 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-application/Invoice-application.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/shop/pages/Invoice-application/Invoice-application.wxss
@@ -29,6 +29,27 @@
   min-height: 100vh;
   background: linear-gradient(180deg, #f8f9fc 0%, #f4f6fb 100%);
 }
+.mode-tag.data-v-2503450a {
+  width: 112rpx;
+  height: 38rpx;
+  border-radius: 8rpx;
+  display: flex;
+  align-items: baseline;
+  justify-content: center;
+  font-weight: 400;
+  font-size: 24rpx;
+  color: #FFFFFF;
+  margin-right: 14rpx;
+  flex-shrink: 0;
+}
+.local-tag.data-v-2503450a {
+  background: #18abf8;
+}
+.city-tag.data-v-2503450a {
+  margin-right: 0;
+  background: #ff8b28;
+  margin-bottom: 8rpx;
+}
 .search-bar.data-v-2503450a {
   display: flex;
   align-items: center;
@@ -78,6 +99,12 @@
   box-shadow: 0 12rpx 30rpx rgba(45, 82, 134, 0.04);
 }
 .order-no.data-v-2503450a {
+  width: 100%;
+  display: flex;
+  align-items: center;
+  justify-content: space-between;
+}
+.order-no text.data-v-2503450a {
   font-size: 28rpx;
   line-height: 40rpx;
   color: #9ca3af;
@@ -104,6 +131,13 @@
 }
 .send-tag.data-v-2503450a {
   background: linear-gradient(180deg, #4bc7ff 0%, #1ea4ff 100%);
+  display: flex;
+  align-items: center;
+  justify-content: center;
+}
+.send-tag image.data-v-2503450a {
+  width: 28rpx;
+  height: 28rpx;
 }
 .receive-tag.data-v-2503450a {
   background: linear-gradient(180deg, #ffb248 0%, #ff8600 100%);
@@ -212,18 +246,18 @@
 }
 .history-status.data-v-2503450a {
   flex-shrink: 0;
-  font-size: 32rpx;
-  font-weight: 600;
+  font-weight: 400;
+  font-size: 26rpx;
 }
 .history-status.processing.data-v-2503450a {
-  color: #ff4b4b;
+  color: #FF0000;
 }
 .history-status.done.data-v-2503450a,
 .history-amount.data-v-2503450a {
-  color: #1eb6ff;
+  color: #10B2FA;
 }
 .history-status.failed.data-v-2503450a {
-  color: #a8adb8;
+  color: #999999;
 }
 .history-subline.data-v-2503450a {
   display: flex;

--
Gitblit v1.9.3