From db1e982d2e12a596b68a0f1ceafa219fdbbc61b9 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 09:10:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'

---
 components/footer/main.scss |   36 +++++++++++++++++++-----------------
 1 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/components/footer/main.scss b/components/footer/main.scss
index 3243b6f..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;
@@ -50,10 +51,7 @@
 			// 	height: 50rpx;
 			// 	margin-top: 20rpx;
 			// }
-			.footer-icon{
-				width: 28rpx;
-				height: 29rpx;
-			}
+
 			.footer-icon.0 {
 			  width: 28rpx;
 			  height: 29rpx;
@@ -71,8 +69,11 @@
 //     position: sticky;
 //     top: -10px;
 // }
-
-.footer.farmer-footer{
+.footer-icon{
+	width: 36rpx;
+	height: 36rpx;
+}
+.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