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 | 11 +++++++----
1 files changed, 7 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 c3b91f8..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";
@@ -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,7 +386,7 @@
width: 360rpx;
height: 360rpx;
}
-.detail .nr .item .item-qrcode canvas.data-v-3344e2da {
+.detail .nr .item .item-qrcode #qrcodeCanvas.data-v-3344e2da {
position: fixed;
top: -100%;
left: -100%;
--
Gitblit v1.9.3