From fbc074229fd4736f1ae2793c9daebf04726188b2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 22 五月 2026 18:27:27 +0800
Subject: [PATCH] 提交

---
 small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.wxss |   31 +++++++++++++++++++++++++++----
 1 files changed, 27 insertions(+), 4 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.wxss
index 96d726c..8a25c95 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.wxss
@@ -1,6 +1,11 @@
 
 page {
-	background-color: #F8F9FB;
+		background-color: #F8F9FB;
+}
+.u-count-down__text {
+		font-weight: 400 !important;
+    	font-size: 26rpx !important;
+		color: #ffffff !important;
 }
 
 @charset "UTF-8";
@@ -108,7 +113,7 @@
   position: fixed;
   top: 0;
   left: 0;
-  z-index: 9;
+  z-index: 99999;
 }
 .detail .head .head-nav.data-v-3344e2da {
   width: 100%;
@@ -153,6 +158,19 @@
   font-size: 24rpx;
   color: #FA8010;
 }
+.detail .nr .nr-status .nr-status-type2.data-v-3344e2da {
+  width: 158rpx;
+  height: 38rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  background: #FFFFFF;
+  border-radius: 8rpx;
+  font-weight: 400;
+  font-size: 24rpx;
+  color: #FF0000;
+  margin-left: 16rpx;
+}
 .detail .nr .nr-status .nr-status-type1.data-v-3344e2da {
   width: 158rpx;
   height: 38rpx;
@@ -181,8 +199,6 @@
   margin-top: 30rpx;
 }
 .detail .nr .item map.data-v-3344e2da {
-  width: 100%;
-  height: 362rpx;
   border-radius: 16rpx;
 }
 .detail .nr .item .addr.data-v-3344e2da {
@@ -383,6 +399,12 @@
   width: 360rpx;
   height: 360rpx;
 }
+.detail .nr .item .item-qrcode #qrcodeCanvas.data-v-3344e2da {
+  position: fixed;
+  top: -100%;
+  left: -100%;
+  opacity: 0;
+}
 .detail .nr .item .item-qrcode text.data-v-3344e2da:nth-child(2) {
   font-weight: 600;
   font-size: 36rpx;
@@ -475,6 +497,7 @@
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
+  gap: 20rpx;
 }
 .detail .nr .item .item-list .item-list-row .item-form-list .item-form-list-row.data-v-3344e2da {
   width: 88rpx;

--
Gitblit v1.9.3