From 98e0b3a6726c2e04b502b1541621d116e8050865 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期四, 08 八月 2024 16:42:19 +0800 Subject: [PATCH] feat:货代首页产品名称修改 --- pages/customer-page/customer-index/customer-index.vue | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 6b4038f..ce7c981 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -62,7 +62,7 @@ <view class="third-line"> <view class="time-icon"> <view - style="width: 24rpx;height: 24rpx;li ne-height: 24rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clock.png') no-repeat;background-size: cover"> + style="width: 12rpx;height: 12rpx;line-height: 24rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clock.png') no-repeat;background-size: cover"> </view> </view> <view class="send-date">{{ item.sendDate }}</view> @@ -467,7 +467,7 @@ .second { width: 100%; - height: 31rpx; + height: vw(80); font-size: 30rpx; font-weight: 300; color: #515151; @@ -477,7 +477,7 @@ .coal-name { min-width: vww(30); - height: vww(20); + height: vww(50); margin-right: vww(21); } @@ -547,8 +547,8 @@ top: vww(-144); .collection-form-item { - width: 690rpx; - height: 370rpx; + width: 700rpx; + height: 390rpx; background: #ffffff; box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15); border-radius: 20rpx; @@ -611,11 +611,12 @@ .second-line { width: 100%; - height: vww(30); + height: vww(90); margin-left: vww(16); display: flex; align-items: center; justify-content: flex-start; + margin-bottom: 15rpx; .coal-name { flex-grow: 1; @@ -625,6 +626,7 @@ color: #515151; position: relative; display: flex; + margin-top: 20rpx; align-items: center; .black-bar { @@ -655,8 +657,8 @@ align-items: center; .send-date { - margin-left: vww(14); - width: 148rpx; + margin-left: vww(5); + width: 170rpx; height: 24rpx; line-height: 24rpx; font-size: 28rpx; @@ -667,7 +669,7 @@ .fourth-line { width: 100%; - height: vww(30); + height: vww(40); @include flex; justify-content: flex-start; position: relative; -- Gitblit v1.9.1