From d6eb6e240b91d3b68e28a4e37328d20d9bda2e91 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 17:43:05 +0800
Subject: [PATCH] feat:购有趣 4.3改版

---
 static/css/index.css |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/static/css/index.css b/static/css/index.css
index 5fef544..dea29e2 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -92,12 +92,16 @@
 	flex-wrap: wrap; /* 确保子元素换行 */
 }
 .cates-v{
-    width: 25%;
+    width: 190rpx;
     margin-bottom: 0upx;
+	margin-left: 30rpx;
+}
+.cates-v:nth-child(1) {
+	margin-left: 0;
 }
 .cates-v-icon{
-    width: 90rpx;
-    height: 90rpx;
+    width: 140rpx;
+    height: 140rpx;
     display: block;
     margin: 40upx auto 20upx;
     border-radius: 10upx;
@@ -302,8 +306,8 @@
 	margin: 0 auto;
 }
 .hLogoView{
-	/* display: flex;
-	align-items: center; */
+	display: flex;
+	align-items: center;
 }
 .h-logo{
 	width: 154rpx;
@@ -311,7 +315,7 @@
 }
 .hLogo-1{
 	margin: 0 30upx;
-	margin-bottom: 20rpx;
+	/* margin-bottom: 20rpx; */
 }
 .hLogo-2{
 	position: relative;
@@ -331,7 +335,7 @@
 	height: 50rpx;
 	line-height: 50rpx;
 	border-radius: 25rpx;
-	background-color: #4766FE;
+	background-color: #37AA25;
 	color: #ffffff;
 }
 .hLogo-2 .s-icon{
@@ -618,7 +622,7 @@
 	text-align: center;
 	color: #ffffff;
 	line-height: 54rpx;
-	background: #4766FE;
+	background: #37AA25;
 	border-radius: 62rpx 62rpx 62rpx 62rpx;
 }
 .c-goods{

--
Gitblit v1.9.3