From 3f9032e92fdd383bfefc87a0bec9b242e1223851 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 09 六月 2026 17:08:44 +0800
Subject: [PATCH] 改bug
---
small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.wxss | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 152 insertions(+), 8 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..0e850f2 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";
@@ -101,6 +106,130 @@
.detail .head1.data-v-3344e2da {
background: #E4730B;
}
+.detail .track-popup.data-v-3344e2da {
+ background: #FFFFFF;
+ border-radius: 24rpx 24rpx 0 0;
+ padding: 24rpx 24rpx calc(24rpx + env(safe-area-inset-bottom));
+ box-sizing: border-box;
+}
+.detail .track-popup .track-popup__header.data-v-3344e2da {
+ height: 88rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+}
+.detail .track-popup .track-popup__title.data-v-3344e2da {
+ font-weight: 600;
+ font-size: 32rpx;
+ color: #222222;
+}
+.detail .track-popup .track-popup__close.data-v-3344e2da {
+ position: absolute;
+ right: 0;
+ top: 50%;
+ -webkit-transform: translateY(-50%);
+ transform: translateY(-50%);
+ width: 56rpx;
+ height: 56rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 56rpx;
+ line-height: 1;
+ color: #A5A7AD;
+}
+.detail .track-popup .track-popup__body.data-v-3344e2da {
+ height: 50vh;
+}
+.detail .track-popup .track-empty.data-v-3344e2da {
+ line-height: 50vh;
+ text-align: center;
+ font-size: 28rpx;
+ color: #999999;
+}
+.detail .track-popup .track-list.data-v-3344e2da {
+ padding: 12rpx 0 0;
+}
+.detail .track-popup .track-item.data-v-3344e2da {
+ position: relative;
+}
+.detail .track-popup .track-item__rail.data-v-3344e2da {
+ width: 34rpx;
+ flex-shrink: 0;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ align-self: stretch;
+ position: relative;
+}
+.detail .track-popup .track-item__dot.data-v-3344e2da {
+ width: 16rpx;
+ height: 16rpx;
+ flex-shrink: 0;
+ position: relative;
+ z-index: 1;
+ border-radius: 50%;
+ background: #CCCCCC;
+ margin-top: 12rpx;
+}
+.detail .track-popup .track-item__dot--active.data-v-3344e2da {
+ width: 32rpx;
+ height: 32rpx;
+ flex-shrink: 0;
+ display: block;
+ position: relative;
+ z-index: 1;
+ margin-top: 4rpx;
+ background: transparent;
+}
+.detail .track-popup .track-item__line.data-v-3344e2da {
+ width: 2rpx;
+ position: absolute;
+ left: 50%;
+ top: 28rpx;
+ bottom: -30rpx;
+ -webkit-transform: translateX(-50%);
+ transform: translateX(-50%);
+ background: #E6EAF0;
+}
+.detail .track-popup .track-item__content.data-v-3344e2da {
+ display: flex;
+ align-items: flex-start;
+ -webkit-column-gap: 22rpx;
+ column-gap: 22rpx;
+ padding: 0 0 20rpx;
+}
+.detail .track-popup .track-item__body.data-v-3344e2da {
+ flex: 1;
+ min-width: 0;
+}
+.detail .track-popup .track-item__time.data-v-3344e2da {
+ display: block;
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #666666;
+ line-height: 1.4;
+}
+.detail .track-popup .track-item__desc.data-v-3344e2da {
+ display: block;
+ margin-top: 22rpx;
+ font-weight: 500;
+ font-size: 30rpx;
+ color: #666666;
+}
+.detail .track-popup .track-item__images.data-v-3344e2da {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 18rpx;
+ margin-top: 24rpx;
+}
+.detail .track-popup .track-item__images image.data-v-3344e2da {
+ width: 130rpx;
+ height: 130rpx;
+ border-radius: 12rpx;
+ background: #F3F5F8;
+}
.detail .head.data-v-3344e2da {
width: 100%;
padding: 0 30rpx;
@@ -153,6 +282,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 +323,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,11 +523,15 @@
width: 360rpx;
height: 360rpx;
}
-.detail .nr .item .item-qrcode canvas.data-v-3344e2da {
- position: fixed;
- top: -100%;
- left: -100%;
- opacity: 0;
+.detail .nr .item .item-qrcode .qrcode-box.data-v-3344e2da {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ overflow: hidden;
+}
+.detail .nr .item .item-qrcode .qrcode-box canvas.data-v-3344e2da {
+ width: 360rpx;
+ height: 360rpx;
}
.detail .nr .item .item-qrcode text.data-v-3344e2da:nth-child(2) {
font-weight: 600;
--
Gitblit v1.9.3