From a757b75163d77acc5111637fbe20ec61d895a72b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 11 八月 2021 23:15:29 +0800
Subject: [PATCH] 2021-08-11

---
 src/pc/components/login/normal-login/index.scss |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/src/pc/components/login/normal-login/index.scss b/src/pc/components/login/normal-login/index.scss
index f87a9a8..3112f0b 100644
--- a/src/pc/components/login/normal-login/index.scss
+++ b/src/pc/components/login/normal-login/index.scss
@@ -93,6 +93,30 @@
       line-height: 60px;
     }
   }
+  .form-scan-wrap {
+    padding: 30px;
+    text-align: center;
+    font-size: 12px;
+    line-height: 35px;
+    .qr-wrap {
+      position: relative;
+      width: 60%;
+      padding-top: 60%;
+      margin: 0 auto;
+
+      .qrcode-box {
+        position: absolute;
+        top: 0;
+        left: 0;
+        right: 0;
+        bottom: 0;
+        canvas {
+          width: 100%!important;
+          height: 100%!important;
+        }
+      }
+    }
+  }
 }
 .login-edit-box::after {
   display: block;

--
Gitblit v1.8.0