From 8e003c1a94d26cc4d477e7aa03593ccb4d7e6c61 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 11 十月 2024 17:47:40 +0800
Subject: [PATCH] 2024-10-11

---
 src/views/pay/index.scss |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/views/pay/index.scss b/src/views/pay/index.scss
index b69ffac..e2fa10d 100644
--- a/src/views/pay/index.scss
+++ b/src/views/pay/index.scss
@@ -101,6 +101,14 @@
             cursor: pointer;
           }
         }
+        .qr-mask {
+          position: absolute;
+          width: 240px;
+          height: 240px;
+          top: 45px;
+          background: rgba(255, 255, 255, 0.95);
+          left: calc(50% - 120px);
+        }
         .qrcode-tip {
           background: #ff7674;
           width: 250px;

--
Gitblit v1.8.0