From 8bd4d49111c7bf87588a9ec886b47cd46a45e70e Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Tue, 09 Jun 2026 15:16:38 +0800
Subject: [PATCH] feat:星享购 支付宝支付
---
static/css/index.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/css/index.css b/static/css/index.css
index f0282ec..edbc792 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; /* 确保子元素换行 */
}
@@ -626,7 +626,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