From 33caf2bb79bb3c561916c91ae386ec772411e2e8 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期一, 11 五月 2026 18:21:50 +0800
Subject: [PATCH] 代码生成

---
 small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.wxss |   18 ++++++++++++++----
 1 files changed, 14 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..cee0331 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%;
@@ -181,8 +186,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 +386,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 +484,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