From ebea702b9cf6566423fa26c63b603cdc989153e2 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Fri, 12 Jun 2026 15:14:23 +0800
Subject: [PATCH] UI:星享购
---
static/css/index.css | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/static/css/index.css b/static/css/index.css
index f0282ec..8b9fb78 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -86,7 +86,7 @@
border-radius: 30rpx;
background-color: #ffffff;
padding-bottom: 30rpx;
- margin-top: 300rpx;
+ margin-top: 0rpx;
display: flex;
flex-wrap: wrap; /* 确保子元素换行 */
}
@@ -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;
@@ -626,7 +627,7 @@
text-align: center;
color: #ffffff;
line-height: 54rpx;
- background: #FF1472;
+ background: #4766FE;
border-radius: 62rpx 62rpx 62rpx 62rpx;
}
.c-goods{
--
Gitblit v1.9.3