From f8867b8df117d1ac0f1311970994e15059c3da03 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期四, 05 九月 2024 15:57:36 +0800
Subject: [PATCH] add 兼容扫码问题
---
pages/login/login.scss | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/login/login.scss b/pages/login/login.scss
index fcd6136..2b64429 100644
--- a/pages/login/login.scss
+++ b/pages/login/login.scss
@@ -1,6 +1,7 @@
.login-container{
- min-height: 99vh;
- background-image: url('../../static/images/farmer/login/bg.png');
+ min-height: 99vh;
+ // background-image: url('@/static/images/supplier/login/bg.png');
+
.nav-title{
font-weight: 400;
font-size: 32rpx;
@@ -20,7 +21,6 @@
line-height: 28px;
}
.title-2{
- font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 24px;
color: #000000;
@@ -46,7 +46,7 @@
background: var(--topicolor);
border-radius: 46rpx;
text-align: center;
- margin-top: 120rpx;
+ margin-top: 40rpx;
margin-bottom: 42rpx;
}
--
Gitblit v1.9.3