From a8b9a78690f1255c4cf648531476d4321c306029 Mon Sep 17 00:00:00 2001
From: sqw123 <3151435339@qq.com>
Date: Tue, 23 Dec 2025 22:32:05 +0800
Subject: [PATCH] 添加活动专区/供需匹配 字体颜色/图片前端
---
mobile/pages/agent/index/index.vue | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/mobile/pages/agent/index/index.vue b/mobile/pages/agent/index/index.vue
index 3db3c31..f8c387b 100644
--- a/mobile/pages/agent/index/index.vue
+++ b/mobile/pages/agent/index/index.vue
@@ -237,6 +237,7 @@
.no-agent {
// padding-top: 190rpx;
+ margin-top: 348rpx;
}
.no-agent-image {
@@ -406,6 +407,36 @@
.section-product .icon-jiantou {
color: #999;
}
+ /* 商品列表样式 */
+ .section-product .item {
+ margin: 0 26rpx;
+ display: flex;
+ align-items: center;
+ padding-bottom: 29rpx;
+ padding-top: 29rpx;
+ }
+
+ .section-product .cover {
+ width: 150rpx;
+ height: 150rpx;
+ border-radius: 8px;
+ }
+
+ .section-product .info {
+ flex: 1;
+ padding-left: 30rpx;
+ box-sizing: border-box;
+ overflow: hidden;
+ }
+
+ .section-product .title {
+ width: 100%;
+ font-size: 26rpx;
+ display: -webkit-box;
+ overflow: hidden;
+ -webkit-line-clamp: 2;
+ -webkit-box-orient: vertical;
+ }
.user-info .photo,
.user-info .photo image {
--
Gitblit v1.9.2