From 22b9505b731f583096b43c8176c840f4cee33e18 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Wed, 24 Jun 2026 15:01:23 +0800
Subject: [PATCH] UI:澜品优选 购物9折改成最低八折

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

diff --git a/static/css/index.css b/static/css/index.css
index f73eb0f..252349f 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -149,6 +149,7 @@
     border-radius: 18upx;
     background-color: #fbf8f8;
     margin-bottom: 30upx;
+	padding-bottom: 20rpx;
 }
 .goods-icon{
     width: 100%;
@@ -162,7 +163,7 @@
     color: #F75451;
     font-size: 26upx;
     padding: 0 14upx;
-    padding-bottom: 20upx;
+    padding-bottom: 0upx;
 }
 .goods-price .red{
     margin-left: 10upx;

--
Gitblit v1.9.3