From e9c48bd7356462ba9257540b130a47a65ad1861d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 26 八月 2021 17:17:11 +0800 Subject: [PATCH] 2021-08-26 --- src/views/login/index.scss | 41 +++++++++++++++++++++++++++++++++++++++++ 1 files changed, 41 insertions(+), 0 deletions(-) diff --git a/src/views/login/index.scss b/src/views/login/index.scss index 236e2ad..431ea30 100644 --- a/src/views/login/index.scss +++ b/src/views/login/index.scss @@ -226,6 +226,47 @@ .ant-btn-primary[disabled] { color: #fff; } + + .form-scan-wrap { + text-align: center; + line-height: 45px; + .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; + } + } + .qrcode-out { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + background: rgba(0, 0, 0, 0.7); + padding-top: 30%; + color: rgba(255, 255, 255, 0.7); + line-height: 1.5; + text-align: center; + .anticon-redo { + display: block; + font-size: 24px; + cursor: pointer; + color: #ffffff; + } + } + } + } } .sync-cloud-application { .ant-modal-body { -- Gitblit v1.8.0