From 05640f1957b295fea8febc9ab49bec61e8a48184 Mon Sep 17 00:00:00 2001 From: ciaochaos <1272777550@qq.com> Date: Mon, 6 Jul 2020 22:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BE=E7=89=87=E3=80=81?= =?UTF-8?q?=E6=94=BE=E5=A4=A7=E5=90=8E=E8=83=8C=E6=99=AF=E6=A8=A1=E7=B3=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Qrcode.css | 5 +++++ src/components/app/PartMore.js | 2 ++ 2 files changed, 7 insertions(+) diff --git a/src/components/Qrcode.css b/src/components/Qrcode.css index b9d206f..0b2726c 100644 --- a/src/components/Qrcode.css +++ b/src/components/Qrcode.css @@ -783,4 +783,9 @@ select:-moz-focusring { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -moz-appearance: none; -moz-text-size-adjust: 100%; +} + +.medium-zoom-overlay { + -webkit-backdrop-filter: saturate(180%) blur(10px); + backdrop-filter: saturate(180%) blur(10px); } \ No newline at end of file diff --git a/src/components/app/PartMore.js b/src/components/app/PartMore.js index 74912a6..2b98987 100644 --- a/src/components/app/PartMore.js +++ b/src/components/app/PartMore.js @@ -15,6 +15,8 @@ const pictures = [ 'https://7172-qrbtf-1d845d-1255694434.tcb.qcloud.la/QrbtfGallery/gallery02.jpg', 'https://7172-qrbtf-1d845d-1255694434.tcb.qcloud.la/QrbtfGallery/gallery01.jpg', 'https://7172-qrbtf-1d845d-1255694434.tcb.qcloud.la/QrbtfGallery/gallery03.jpg', + 'https://7172-qrbtf-1d845d-1255694434.tcb.qcloud.la/QrbtfGallery/gallery05.jpg', + 'https://7172-qrbtf-1d845d-1255694434.tcb.qcloud.la/QrbtfGallery/gallery06.jpg', ] const PartMore = () => {