From 2ada220ed30569d8ae39aac210a1976724dcbe66 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 08:54:00 +0800
Subject: [PATCH] 用工运货接口对接

---
 small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss b/small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
index 2effbda..6078f71 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss
@@ -656,10 +656,13 @@
 .index .index-c .box .box-hz .box-hz-car .box-hz-car-image.data-v-57280228 {
   width: 432rpx;
   height: 200rpx;
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  overflow: hidden;
 }
 .index .index-c .box .box-hz .box-hz-car .box-hz-car-image image.data-v-57280228 {
   width: 100%;
-  height: 100%;
 }
 .index .index-c .box .box-hz .box-hz-car .box-hz-car-info.data-v-57280228 {
   width: 100%;
@@ -722,7 +725,7 @@
 }
 .index .index-c .box .box-hz .box-hz-list .box-hz-list-item .item-d .item-d-row.data-v-57280228 {
   width: 100%;
-  height: 100rpx;
+  height: auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
@@ -739,7 +742,8 @@
 }
 .index .index-c .box .box-hz .box-hz-list .box-hz-list-item .item-d .item-d-row .item-d-row-val.data-v-57280228 {
   flex: 1;
-  height: 100%;
+  padding: 30rpx 0;
+  box-sizing: border-box;
   display: flex;
   align-items: center;
   justify-content: space-between;
@@ -810,6 +814,11 @@
   font-size: 32rpx;
   color: #111111;
 }
+.index .index-c .box .box-hz .box-hz-list .box-hz-list-item .box-hz-list-item-val .icon1.data-v-57280228 {
+  flex-shrink: 0;
+  width: 30rpx;
+  height: 30rpx;
+}
 .index .index-c .box .box-hz .list.data-v-57280228 {
   width: 100%;
   display: flex;

--
Gitblit v1.9.3