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 = () => {