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