From f8867b8df117d1ac0f1311970994e15059c3da03 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 05 九月 2024 15:57:36 +0800
Subject: [PATCH] add 兼容扫码问题
---
components/footer/main.scss | 89 +++++++++++++++++++++++++++++++++++---------
1 files changed, 71 insertions(+), 18 deletions(-)
diff --git a/components/footer/main.scss b/components/footer/main.scss
index 3243b6f..dbec33b 100644
--- a/components/footer/main.scss
+++ b/components/footer/main.scss
@@ -21,9 +21,9 @@
flex: 1;
border-radius: 50rpx;
padding: 8rpx;
+
.item {
- font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
// color: #A1A6B3;
color: var(--topicgray);
@@ -50,10 +50,7 @@
// height: 50rpx;
// margin-top: 20rpx;
// }
- .footer-icon{
- width: 28rpx;
- height: 29rpx;
- }
+
.footer-icon.0 {
width: 28rpx;
height: 29rpx;
@@ -71,8 +68,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 +93,71 @@
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);
+ }
+}
+
+.footer.customer-footer{
+ background-color: #fff;
+ bottom: 0rpx;
+ left:0rpx;
+ right: 0rpx;
+ width: 750rpx;
+ padding-bottom: 40rpx;
+
+ .footer-item{
+ flex: 1;
+ border-radius: 50rpx;
+ padding: 8rpx;
+
+ .item {
+
+ font-weight: 400;
+ color: #A1A6B3;
+
+ flex-direction: column;
+ align-items: center;
+ text-align: center;
+ min-width: 100rpx;
+ font-size: 24rpx;
+ line-height: 34rpx;
+
+ min-height: 40rpx;
+
+ .footer-icon.0 {
+ width: 37rpx;
+ height: 43rpx;
+ }
+ .footer-icon.1 {
+ width: 38rpx;
+ height: 39rpx;
+ }
+ .footer-icon.2 {
+ width: 39rpx;
+ height: 38rpx;
+ }
+ .footer-icon.3 {
+ width: 31rpx;
+ height: 38rpx
+ }
+ }
+ .item.cur {
+ color: #20613D;
}
}
-}
\ No newline at end of file
+
+}
+
\ No newline at end of file
--
Gitblit v1.9.3