From d54dc04ae25b73ee0c7c588c6523d94624f052e3 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 05 六月 2026 10:09:13 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun
---
small-program/unpackage/dist/dev/mp-weixin/shop/pages/order-details/order-details.wxss | 652 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 652 insertions(+), 0 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/shop/pages/order-details/order-details.wxss b/small-program/unpackage/dist/dev/mp-weixin/shop/pages/order-details/order-details.wxss
new file mode 100644
index 0000000..688d695
--- /dev/null
+++ b/small-program/unpackage/dist/dev/mp-weixin/shop/pages/order-details/order-details.wxss
@@ -0,0 +1,652 @@
+
+page {
+ background-color: #F8F9FB;
+}
+
+@charset "UTF-8";
+/**
+ * 杩欓噷鏄痷ni-app鍐呯疆鐨勫父鐢ㄦ牱寮忓彉閲�
+ *
+ * uni-app 瀹樻柟鎵╁睍鎻掍欢鍙婃彃浠跺競鍦猴紙https://ext.dcloud.net.cn锛変笂寰堝涓夋柟鎻掍欢鍧囦娇鐢ㄤ簡杩欎簺鏍峰紡鍙橀噺
+ * 濡傛灉浣犳槸鎻掍欢寮�鍙戣�咃紝寤鸿浣犱娇鐢╯css棰勫鐞嗭紝骞跺湪鎻掍欢浠g爜涓洿鎺ヤ娇鐢ㄨ繖浜涘彉閲忥紙鏃犻渶 import 杩欎釜鏂囦欢锛夛紝鏂逛究鐢ㄦ埛閫氳繃鎼Н鏈ㄧ殑鏂瑰紡寮�鍙戞暣浣撻鏍间竴鑷寸殑App
+ *
+ */
+/**
+ * 濡傛灉浣犳槸App寮�鍙戣�咃紙鎻掍欢浣跨敤鑰咃級锛屼綘鍙互閫氳繃淇敼杩欎簺鍙橀噺鏉ュ畾鍒惰嚜宸辩殑鎻掍欢涓婚锛屽疄鐜拌嚜瀹氫箟涓婚鍔熻兘
+ *
+ * 濡傛灉浣犵殑椤圭洰鍚屾牱浣跨敤浜唖css棰勫鐞嗭紝浣犱篃鍙互鐩存帴鍦ㄤ綘鐨� scss 浠g爜涓娇鐢ㄥ涓嬪彉閲忥紝鍚屾椂鏃犻渶 import 杩欎釜鏂囦欢
+ */
+/* uni.scss */
+/* 棰滆壊鍙橀噺 */
+/* 琛屼负鐩稿叧棰滆壊 */
+/* 鏂囧瓧鍩烘湰棰滆壊 */
+/* 鑳屾櫙棰滆壊 */
+/* 杈规棰滆壊 */
+/* 灏哄鍙橀噺 */
+/* 鏂囧瓧灏哄 */
+/* 鍥剧墖灏哄 */
+/* Border Radius */
+/* 姘村钩闂磋窛 */
+/* 鍨傜洿闂磋窛 */
+/* 閫忔槑搴� */
+/* 鏂囩珷鍦烘櫙鐩稿叧 */
+.detail.data-v-7018f561 {
+ width: 100%;
+}
+.detail .tips.data-v-7018f561 {
+ width: 100%;
+ height: 80rpx;
+ padding: 0 30rpx;
+ box-sizing: border-box;
+ background: #FFE9E9;
+ position: fixed;
+ bottom: calc(30rpx + env(safe-area-inset-bottom));
+ left: 0;
+ display: flex;
+ align-items: center;
+}
+.detail .tips image.data-v-7018f561 {
+ width: 28rpx;
+ height: 28rpx;
+ margin-right: 16rpx;
+}
+.detail .tips text.data-v-7018f561 {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #FF0000;
+}
+.detail .footer.data-v-7018f561 {
+ width: 100%;
+ position: fixed;
+ bottom: 0;
+ left: 0;
+ padding: 0 30rpx;
+ box-sizing: border-box;
+ display: flex;
+ flex-direction: column;
+ z-index: 9;
+ background-color: #ffffff;
+}
+.detail .footer .footer-btns.data-v-7018f561 {
+ width: 100%;
+ height: 100rpx;
+ display: flex;
+ align-items: center;
+ justify-content: flex-end;
+}
+.detail .footer .footer-btns .kong.data-v-7018f561 {
+ border: 1rpx solid #B2B2B2;
+ font-weight: 400;
+ font-size: 28rpx;
+ color: #666666;
+}
+.detail .footer .footer-btns .you.data-v-7018f561 {
+ background: #10B2FA;
+ font-weight: 400;
+ font-size: 28rpx;
+ color: #FFFFFF;
+}
+.detail .footer .footer-btns .btn.data-v-7018f561 {
+ width: 160rpx;
+ height: 64rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 32rpx;
+ margin-left: 20rpx;
+}
+.detail .head0.data-v-7018f561 {
+ background: #1ba8fa;
+}
+.detail .head1.data-v-7018f561 {
+ background: #E4730B;
+}
+.detail .track-popup.data-v-7018f561 {
+ 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-7018f561 {
+ height: 88rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ position: relative;
+}
+.detail .track-popup .track-popup__title.data-v-7018f561 {
+ font-size: 40rpx;
+ font-weight: 600;
+ color: #222222;
+}
+.detail .track-popup .track-popup__close.data-v-7018f561 {
+ 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-7018f561 {
+ height: 50vh;
+}
+.detail .track-popup .track-empty.data-v-7018f561 {
+ line-height: 50vh;
+ text-align: center;
+ font-size: 28rpx;
+ color: #999999;
+}
+.detail .track-popup .track-list.data-v-7018f561 {
+ padding: 12rpx 0 0;
+}
+.detail .track-popup .track-item.data-v-7018f561 {
+ position: relative;
+}
+.detail .track-popup .track-item__rail.data-v-7018f561 {
+ 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-7018f561 {
+ 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-7018f561 {
+ 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-7018f561 {
+ 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-7018f561 {
+ 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-7018f561 {
+ flex: 1;
+ min-width: 0;
+}
+.detail .track-popup .track-item__time.data-v-7018f561 {
+ display: block;
+ font-size: 28rpx;
+ font-weight: 400;
+ color: #8A8F99;
+ line-height: 1.4;
+}
+.detail .track-popup .track-item__desc.data-v-7018f561 {
+ display: block;
+ margin-top: 22rpx;
+ font-weight: 500;
+ font-size: 30rpx;
+ color: #666666;
+}
+.detail .track-popup .track-item__images.data-v-7018f561 {
+ display: flex;
+ flex-wrap: wrap;
+ gap: 18rpx;
+ margin-top: 24rpx;
+}
+.detail .track-popup .track-item__images image.data-v-7018f561 {
+ width: 130rpx;
+ height: 130rpx;
+ border-radius: 12rpx;
+ background: #F3F5F8;
+}
+.detail .head.data-v-7018f561 {
+ width: 100%;
+ padding: 0 30rpx;
+ box-sizing: border-box;
+ position: fixed;
+ top: 0;
+ left: 0;
+ z-index: 9;
+}
+.detail .head .head-nav.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.detail .head .head-nav image.data-v-7018f561 {
+ width: 48rpx;
+ height: 48rpx;
+}
+.detail .head .head-nav text.data-v-7018f561 {
+ font-weight: 500;
+ font-size: 32rpx;
+ color: #FFFFFF;
+}
+.detail .nr.data-v-7018f561 {
+ width: 100%;
+ height: 264rpx;
+ padding: 22rpx 30rpx;
+ box-sizing: border-box;
+}
+.detail .nr .nr-status.data-v-7018f561 {
+ display: flex;
+ align-items: baseline;
+}
+.detail .nr .nr-status text.data-v-7018f561 {
+ font-weight: 600;
+ font-size: 36rpx;
+ color: #FFFFFF;
+ margin-right: 16rpx;
+}
+.detail .nr .nr-status .nr-status-type.data-v-7018f561 {
+ width: 154rpx;
+ height: 38rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #FFFFFF;
+ border-radius: 8rpx;
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #FA8010;
+}
+.detail .nr .nr-status .nr-status-type2.data-v-7018f561 {
+ 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-7018f561 {
+ width: 158rpx;
+ height: 38rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ background: #FFFFFF;
+ border-radius: 8rpx;
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #10B2FA;
+ margin-left: 16rpx;
+}
+.detail .nr .nr-desc.data-v-7018f561 {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #FFFFFF;
+ margin-top: 12rpx;
+}
+.detail .nr .item.data-v-7018f561 {
+ width: 100%;
+ padding: 30rpx;
+ box-sizing: border-box;
+ background: #FFFFFF;
+ border-radius: 16rpx;
+ margin-top: 30rpx;
+}
+.detail .nr .item map.data-v-7018f561 {
+ width: 100%;
+ height: 362rpx;
+ border-radius: 16rpx;
+}
+.detail .nr .item .addr.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+}
+.detail .nr .item .addr .addr-link.data-v-7018f561 {
+ position: absolute;
+ top: 10rpx;
+ right: 0px;
+ display: inline-block;
+}
+.detail .nr .item .addr .addr-item.data-v-7018f561 {
+ padding-left: 58rpx;
+ box-sizing: border-box;
+ position: relative;
+ margin-bottom: 40rpx;
+}
+.detail .nr .item .addr .addr-item.data-v-7018f561:last-child {
+ margin-bottom: 0 !important;
+}
+.detail .nr .item .addr .addr-item .txt-d.data-v-7018f561 {
+ font-weight: 400 !important;
+ font-size: 30rpx !important;
+ color: #333333;
+ line-height: 42rpx;
+ text-align: left;
+ font-style: normal;
+}
+.detail .nr .item .addr .addr-item .txt-d1.data-v-7018f561 {
+ font-weight: 400 !important;
+ font-size: 26rpx !important;
+ color: #333333;
+ line-height: 36rpx;
+ text-align: left;
+ font-style: normal;
+}
+.detail .nr .item .addr .addr-item image.data-v-7018f561 {
+ width: 22rpx;
+ margin-left: 22rpx;
+}
+.detail .nr .item .addr .addr-item .bg.data-v-7018f561 {
+ background: #10B2FA;
+}
+.detail .nr .item .addr .addr-item .bg1.data-v-7018f561 {
+ background-color: #FA8010;
+}
+.detail .nr .item .addr .addr-item .xiantiao.data-v-7018f561 {
+ width: 2rpx;
+ height: 100%;
+ position: absolute;
+ top: 24px;
+ left: 20rpx;
+ border-right: 2rpx dashed #E5E5E5;
+}
+.detail .nr .item .addr .addr-item .ji.data-v-7018f561 {
+ position: absolute;
+ top: 10rpx;
+ left: 4rpx;
+ width: 40rpx;
+ height: 40rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ border-radius: 50%;
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #FFFFFF;
+}
+.detail .nr .item .addr .addr-item text.data-v-7018f561 {
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #999999;
+ margin-top: 10rpx;
+}
+.detail .nr .item .addr .addr-item .addr-item-top.data-v-7018f561 {
+ display: flex;
+ align-items: center;
+}
+.detail .nr .item .addr .addr-item .addr-item-top text.data-v-7018f561 {
+ font-weight: 600;
+ font-size: 30rpx;
+ color: #222222;
+}
+.detail .nr .item .addr .addr-item .addr-item-top image.data-v-7018f561 {
+ width: 13rpx;
+ margin-left: 12rpx;
+}
+.detail .nr .item .xl.data-v-7018f561 {
+ width: 100%;
+}
+.detail .nr .item .xl .xl-item.data-v-7018f561 {
+ width: 100%;
+ margin-bottom: 26rpx;
+}
+.detail .nr .item .xl .xl-item.data-v-7018f561:last-child {
+ margin: 0 !important;
+}
+.detail .nr .item .xl .xl-item .xl-item-top.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.detail .nr .item .xl .xl-item .xl-item-top text.data-v-7018f561 {
+ font-weight: 600;
+ font-size: 28rpx;
+ color: #333333;
+}
+.detail .nr .item .xl .xl-item .xl-item-bottom.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-top: 12rpx;
+}
+.detail .nr .item .xl .xl-item .xl-item-bottom text.data-v-7018f561 {
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #8C939F;
+}
+.detail .nr .item .comment.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+}
+.detail .nr .item .comment .comment-top.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.detail .nr .item .comment .comment-top text.data-v-7018f561:nth-child(1) {
+ font-weight: 600;
+ font-size: 30rpx;
+ color: #222222;
+}
+.detail .nr .item .comment .comment-top text.data-v-7018f561:nth-child(2) {
+ font-weight: 500;
+ font-size: 36rpx;
+ color: #FE2C2E;
+}
+.detail .nr .item .comment .comment-top text.data-v-7018f561:nth-child(2):before {
+ content: "锟�";
+ font-weight: 500;
+ font-size: 24rpx;
+ color: #FE2C2E;
+}
+.detail .nr .item .comment .comment-score.data-v-7018f561 {
+ font-size: 28rpx;
+ color: #333333;
+ margin: 10rpx 0;
+ display: flex;
+ width: 100%;
+}
+.detail .nr .item .comment .comment-score .score-item.data-v-7018f561 {
+ flex: 1;
+ margin: 20rpx 0;
+}
+.detail .nr .item .comment .comment-row.data-v-7018f561 {
+ display: flex;
+ flex-wrap: wrap;
+}
+.detail .nr .item .comment .comment-row .comment-image.data-v-7018f561 {
+ 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-7018f561 {
+ width: 100%;
+}
+.detail .nr .item .tuikuan.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+}
+.detail .nr .item .tuikuan .tuikuan-top.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+}
+.detail .nr .item .tuikuan .tuikuan-top text.data-v-7018f561:nth-child(1) {
+ font-weight: 600;
+ font-size: 30rpx;
+ color: #222222;
+}
+.detail .nr .item .tuikuan .tuikuan-top text.data-v-7018f561:nth-child(2) {
+ font-weight: 500;
+ font-size: 36rpx;
+ color: #FE2C2E;
+}
+.detail .nr .item .tuikuan .tuikuan-top text.data-v-7018f561:nth-child(2):before {
+ content: "锟�";
+ font-weight: 500;
+ font-size: 24rpx;
+ color: #FE2C2E;
+}
+.detail .nr .item .tuikuan .tuikuan-bottom.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-top: 8rpx;
+}
+.detail .nr .item .tuikuan .tuikuan-bottom text.data-v-7018f561 {
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #666666;
+}
+.detail .nr .item .item-qrcode.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ flex-direction: column;
+ margin-top: 40rpx;
+}
+.detail .nr .item .item-qrcode image.data-v-7018f561 {
+ width: 360rpx;
+ height: 360rpx;
+}
+.detail .nr .item .item-qrcode text.data-v-7018f561:nth-child(2) {
+ font-weight: 600;
+ font-size: 36rpx;
+ color: #222222;
+ margin-top: 12rpx;
+}
+.detail .nr .item .item-qrcode text.data-v-7018f561:nth-child(3) {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #999999;
+ margin-top: 12rpx;
+}
+.detail .nr .item .item-x.data-v-7018f561 {
+ width: 100%;
+ height: 1rpx;
+ margin: 30rpx 0;
+ background-color: #E5E5E5;
+}
+.detail .nr .item .item-title.data-v-7018f561 {
+ font-weight: 600;
+ font-size: 30rpx;
+ color: #222222;
+}
+.detail .nr .item .item-infos.data-v-7018f561 {
+ width: 100%;
+ margin-top: 18rpx;
+}
+.detail .nr .item .item-infos .item-infos-item.data-v-7018f561 {
+ width: 100%;
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin-bottom: 20rpx;
+}
+.detail .nr .item .item-infos .item-infos-item.data-v-7018f561:last-child {
+ margin: 0 !important;
+}
+.detail .nr .item .item-infos .item-infos-item .item-infos-item-left.data-v-7018f561 {
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #999999;
+}
+.detail .nr .item .item-infos .item-infos-item .item-infos-item-right.data-v-7018f561 {
+ display: flex;
+ align-items: center;
+}
+.detail .nr .item .item-infos .item-infos-item .item-infos-item-right text.data-v-7018f561 {
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #666666;
+}
+.detail .nr .item .item-infos .item-infos-item .item-infos-item-right image.data-v-7018f561 {
+ width: 24rpx;
+ margin-left: 16rpx;
+}
+.detail .nr .item .item-list.data-v-7018f561 {
+ width: 100%;
+}
+.detail .nr .item .item-list .item-list-row.data-v-7018f561 {
+ width: 100%;
+ margin-bottom: 24rpx;
+ display: flex;
+ align-items: flex-start;
+ justify-content: space-between;
+}
+.detail .nr .item .item-list .item-list-row.data-v-7018f561:last-child {
+ margin-bottom: 0 !important;
+}
+.detail .nr .item .item-list .item-list-row .item-form-label.data-v-7018f561 {
+ width: 300rpx;
+ flex-shrink: 0;
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #666666;
+}
+.detail .nr .item .item-list .item-list-row .item-form-val.data-v-7018f561 {
+ font-weight: 400;
+ font-size: 26rpx;
+ color: #333333;
+}
+.detail .nr .item .item-list .item-list-row .price.data-v-7018f561:before {
+ content: "锟�";
+ font-weight: 400;
+ font-size: 24rpx;
+ color: #FE2C2E;
+}
+.detail .nr .item .item-list .item-list-row .item-form-list.data-v-7018f561 {
+ max-width: 360rpx;
+ display: flex;
+ 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-7018f561 {
+ width: 88rpx;
+ height: 88rpx;
+ border-radius: 8rpx;
+ overflow: hidden;
+}
+.detail .nr .item .item-list .item-list-row .item-form-list .item-form-list-row image.data-v-7018f561 {
+ width: 100%;
+}
+
--
Gitblit v1.9.3