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 | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/pages/login/login.scss b/pages/login/login.scss
index 472fe3e..2b64429 100644
--- a/pages/login/login.scss
+++ b/pages/login/login.scss
@@ -1,6 +1,6 @@
.login-container{
min-height: 99vh;
- // background-image: url('@/static/images/farmer/login/bg.png');
+ // background-image: url('@/static/images/supplier/login/bg.png');
.nav-title{
font-weight: 400;
@@ -21,7 +21,6 @@
line-height: 28px;
}
.title-2{
- font-family: PingFangSC, PingFang SC;
font-weight: 600;
font-size: 24px;
color: #000000;
@@ -47,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