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 | 85 ++++++++++++++++++++++++++++++++++++++----
1 files changed, 76 insertions(+), 9 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 17b4194..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";
@@ -40,7 +45,7 @@
box-sizing: border-box;
background: #FFE9E9;
position: fixed;
- bottom: calc(100rpx + env(safe-area-inset-bottom));
+ bottom: calc(30rpx + env(safe-area-inset-bottom));
left: 0;
display: flex;
align-items: center;
@@ -95,15 +100,20 @@
border-radius: 32rpx;
margin-left: 20rpx;
}
+.detail .head0.data-v-3344e2da {
+ background: #1ba8fa;
+}
+.detail .head1.data-v-3344e2da {
+ background: #E4730B;
+}
.detail .head.data-v-3344e2da {
width: 100%;
- background: #E4730B;
padding: 0 30rpx;
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
- z-index: 9;
+ z-index: 99999;
}
.detail .head .head-nav.data-v-3344e2da {
width: 100%;
@@ -125,7 +135,6 @@
height: 264rpx;
padding: 22rpx 30rpx;
box-sizing: border-box;
- background-color: #E4730B;
}
.detail .nr .nr-status.data-v-3344e2da {
display: flex;
@@ -138,7 +147,7 @@
margin-right: 16rpx;
}
.detail .nr .nr-status .nr-status-type.data-v-3344e2da {
- width: 64rpx;
+ width: 154rpx;
height: 38rpx;
display: flex;
align-items: center;
@@ -150,7 +159,7 @@
color: #FA8010;
}
.detail .nr .nr-status .nr-status-type1.data-v-3344e2da {
- width: 88rpx;
+ width: 158rpx;
height: 38rpx;
display: flex;
align-items: center;
@@ -177,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 {
@@ -275,6 +282,59 @@
font-size: 24rpx;
color: #8C939F;
}
+.detail .nr .item .comment.data-v-3344e2da {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+}
+.detail .nr .item .comment .comment-top.data-v-3344e2da {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.detail .nr .item .comment .comment-top text.data-v-3344e2da:nth-child(1) {
+ font-weight: 600;
+ font-size: 30rpx;
+ color: #222222;
+}
+.detail .nr .item .comment .comment-top text.data-v-3344e2da:nth-child(2) {
+ font-weight: 500;
+ font-size: 36rpx;
+ color: #FE2C2E;
+}
+.detail .nr .item .comment .comment-top text.data-v-3344e2da:nth-child(2):before {
+ content: "锟�";
+ font-weight: 500;
+ font-size: 24rpx;
+ color: #FE2C2E;
+}
+.detail .nr .item .comment .comment-score.data-v-3344e2da {
+ font-size: 28rpx;
+ color: #333333;
+ margin: 10rpx 0;
+ display: flex;
+ width: 100%;
+}
+.detail .nr .item .comment .comment-score .score-item.data-v-3344e2da {
+ flex: 1;
+ margin: 20rpx 0;
+}
+.detail .nr .item .comment .comment-row.data-v-3344e2da {
+ display: flex;
+ flex-wrap: wrap;
+}
+.detail .nr .item .comment .comment-row .comment-image.data-v-3344e2da {
+ margin: 10rpx;
+ width: 100rpx;
+ height: 100rpx;
+ border-radius: 8rpx;
+ border: 1px solid #f2f2f2;
+ overflow: hidden;
+}
+.detail .nr .item .comment .comment-row .comment-image image.data-v-3344e2da {
+ width: 100%;
+}
.detail .nr .item .tuikuan.data-v-3344e2da {
width: 100%;
display: flex;
@@ -325,6 +385,12 @@
.detail .nr .item .item-qrcode image.data-v-3344e2da {
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;
@@ -418,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