From b07d5f16634fc4a695fa8e6f6b18c33806f2b05a Mon Sep 17 00:00:00 2001
From: xuxy <1059738716@qq.com>
Date: 星期五, 28 六月 2024 16:28:32 +0800
Subject: [PATCH] update 合伙人的功能

---
 components/footer/main.scss |   30 ++++++++++++++++--------------
 1 files changed, 16 insertions(+), 14 deletions(-)

diff --git a/components/footer/main.scss b/components/footer/main.scss
index cfb2b85..86527b8 100644
--- a/components/footer/main.scss
+++ b/components/footer/main.scss
@@ -21,6 +21,7 @@
 		flex: 1;
 		border-radius: 50rpx;
 		padding: 8rpx;
+		
 		.item {
 
 		    font-family: PingFangSC-Regular, PingFang SC;
@@ -69,10 +70,10 @@
 //     top: -10px;
 // }
 .footer-icon{
-	width: 28rpx;
-	height: 29rpx;
+	width: 36rpx;
+	height: 36rpx;
 }
-.footer.farmer-footer{
+.footer.supplier-footer{
 	left: 50%;
 	transform: translateX(-50%);
 	background-image: unset;
@@ -93,18 +94,19 @@
 			padding-top: 12rpx;
 			line-height: 50rpx;
 			.footer-icon{
-				margin-top: 12rpx;
+				margin-top: 8rpx;
 			}
 		}
-		&.cur {
-		    // font-weight: 600;
-		    // font-size: 28rpx;
-		    // color: #000000;
-		    // text-align: left;
-		    // font-style: normal;
-			background: #E1F0E7;
-			border-radius: 50rpx;
-			color: var(--topicolor);
-		}
+
+	}
+	.footer-item.cur {
+	    // font-weight: 600;
+	    // font-size: 28rpx;
+	    // color: #000000;
+	    // text-align: left;
+	    // font-style: normal;
+		background: #E1F0E7;
+		border-radius: 50rpx;
+		color: var(--topicolor);
 	}
 }
\ No newline at end of file

--
Gitblit v1.9.3