From 5df313e611a4459c8de026fafe68b7873ca010d7 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Thu, 11 Jun 2026 17:55:39 +0800
Subject: [PATCH] feat:星享购 新增会员价格
---
static/css/index.css | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/static/css/index.css b/static/css/index.css
index edbc792..8b9fb78 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -145,6 +145,7 @@
border-radius: 18upx;
background-color: #fbf8f8;
margin-bottom: 30upx;
+ padding-bottom: 20rpx;
}
.goods-icon{
width: 100%;
@@ -152,13 +153,13 @@
margin-bottom: 20upx;
}
.goods-price{
- margin-top: 0upx;
+ margin-top: 10rpx;
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