From 76c4adc98ef8e7a3ea0f44d608363e3c0ddacf9b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 03 七月 2024 18:01:35 +0800 Subject: [PATCH] Merge branch 'master' into positec --- 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