From 14c69fe80e4fa6c73dfdf4ed51973396305d27d4 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 18 七月 2025 18:58:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.wxss |   20 ++++++++++++++++++--
 1 files changed, 18 insertions(+), 2 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.wxss
index b5aa0be..9c7a363 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/freight/freight.wxss
@@ -184,6 +184,12 @@
   border-radius: 4rpx;
   margin-right: 20rpx;
 }
+.index .list .list-item .list-item-label .list-item-label-info.data-v-2fc0a58e {
+  font-weight: 400;
+  font-size: 26rpx;
+  color: #999999;
+  margin-left: 26rpx;
+}
 .index .list .list-item .list-item-zk.data-v-2fc0a58e {
   width: 100%;
   display: flex;
@@ -216,7 +222,8 @@
 }
 .index .list .list-item .list-item-row .address .address-item.data-v-2fc0a58e {
   width: 100%;
-  height: 100rpx;
+  padding: 30rpx 0;
+  box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: space-between;
@@ -386,6 +393,7 @@
   border-radius: 8rpx;
   margin-right: 20rpx;
   border: 2rpx solid #EEEEEE;
+  position: relative;
 }
 .index .list .list-item .list-item-row .list-item-row-upload .upload-item.data-v-2fc0a58e:last-child {
   margin: 0 !important;
@@ -399,6 +407,14 @@
   color: #666666;
   margin-top: 16rpx;
 }
+.index .list .list-item .list-item-row .list-item-row-upload .upload-item .upload-item-dele.data-v-2fc0a58e {
+  position: absolute;
+  top: -20rpx;
+  right: -20rpx;
+  width: 40rpx;
+  height: 40rpx;
+  z-index: 9;
+}
 .index .list .list-item .list-item-row .list-item-row-val.data-v-2fc0a58e {
   width: 100%;
   padding: 30rpx 0;
@@ -411,7 +427,7 @@
   flex-shrink: 0;
   font-weight: 400;
   font-size: 30rpx;
-  color: #111111;
+  color: #999999;
 }
 .index .list .list-item .list-item-row .list-item-row-val input.data-v-2fc0a58e {
   width: 100%;

--
Gitblit v1.9.3