From 73b874c72ad55eb9eef21c36160ac0de58f0189e Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Thu, 05 Feb 2026 10:30:43 +0800
Subject: [PATCH] δΌ˜εŒ–εη‰‡

---
 mobile/pages/plus/business/list.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/mobile/pages/plus/business/list.vue b/mobile/pages/plus/business/list.vue
index 6e2604b..969bae9 100644
--- a/mobile/pages/plus/business/list.vue
+++ b/mobile/pages/plus/business/list.vue
@@ -739,6 +739,7 @@
 
 		.card-list {
 			width: calc(100% - 40rpx);
+			height: calc(100vh - 94rpx - 80rpx);
 			padding: 0 20rpx 20rpx;
 
 			.card-item {
@@ -748,10 +749,12 @@
 				overflow: hidden;
 
 				.card-main {
+					display: flex;
+					align-items: center;
 					padding: 20rpx;
 
 					.card-image {
-						width: 100%;
+						width: 260rpx;
 						border-radius: 8rpx;
 						overflow: hidden;
 						margin-bottom: 16rpx;
@@ -763,6 +766,8 @@
 					}
 
 					.card-info {
+						width: calc(100% - 270rpx);
+						margin-left: 10rpx;
 						.card-header {
 							margin-bottom: 12rpx;
 
@@ -821,7 +826,6 @@
 						background-color: #D41003;
 						color: #fff;
 						border-radius: 20rpx;
-						font-size: 28rpx;
 
 						&.purchased {
 							background-color: #e0e0e0;

--
Gitblit v1.9.2