From de1ef43c565e1666484d7d71203afd7526f4e3de Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 七月 2025 08:53:43 +0800
Subject: [PATCH] 用工运货接口对接
---
small-program/unpackage/dist/dev/mp-weixin/pages/index/index.wxss | 10 +++++++---
1 files changed, 7 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..1aa0f5a 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;
--
Gitblit v1.9.3