From c5542e9e2b2fd14633b596334b957535459ae30e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 10 Jul 2026 16:17:15 +0800
Subject: [PATCH] UI:澜品优选:1.行权问题修复;2.版本更新提示

---
 static/css/search.css |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/static/css/search.css b/static/css/search.css
index 4a67a06..dfd4745 100644
--- a/static/css/search.css
+++ b/static/css/search.css
@@ -78,6 +78,7 @@
 	border-radius: 18upx;
 	background-color: #fbf8f8;
 	margin-bottom: 30upx;
+	padding-bottom: 20rpx;
 }
 .goods-icon{
 	width: 100%;
@@ -85,13 +86,13 @@
 	margin-bottom: 20upx;
 }
 .goods-price{
-	margin-top: 16upx;
+	margin-top: 10upx;
 	display: flex;
 	align-items: center;
 	color: #F75451;
 	font-size: 26upx;
 	padding: 0 14upx;
-	padding-bottom: 20upx;
+	padding-bottom: 0upx;
 }
 .goods-price .red{
 	margin-left: 10upx;

--
Gitblit v1.9.3