From d269f0cf6d9df034daeba412e3e21c94085190f3 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 6 Jul 2020 23:13:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=9B=BE=E7=89=87=E6=94=BE?= =?UTF-8?q?=E5=A4=A7=E8=83=8C=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Qrcode.css | 4 ++++ src/index.css | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index f0871cf..77a1826 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -789,4 +789,8 @@ select:-moz-focusring { -webkit-backdrop-filter: saturate(180%) blur(10px); backdrop-filter: saturate(180%) blur(10px); background: var(--zoom-bg-color)!important; +} + +.medium-zoom-image--opened { + background: var(--zoom-img-bg-color)!important; } \ No newline at end of file diff --git a/src/index.css b/src/index.css index d3e86d7..2614fac 100644 --- a/src/index.css +++ b/src/index.css @@ -21,6 +21,7 @@ --upload-color: rgba(102,102,102,1); --b-w: rgba(0,0,0,1); --zoom-bg-color: rgba(255,255,255,0.8); + --zoom-img-bg-color: rgba(255,255,255,0.5); } @media (prefers-color-scheme: dark) { @@ -40,6 +41,7 @@ --upload-color: rgba(150,150,150,1); --b-w: rgba(255,255,255,1); --zoom-bg-color: rgba(0,0,0,0.8); + --zoom-img-bg-color: rgba(0,0,0,0.5); } }