新增图片、放大后背景模糊

This commit is contained in:
ciaochaos 2020-07-06 22:49:08 +08:00
parent 714c75ba3b
commit 05640f1957
2 changed files with 7 additions and 0 deletions

View File

@ -784,3 +784,8 @@ select:-moz-focusring {
-moz-appearance: none; -moz-appearance: none;
-moz-text-size-adjust: 100%; -moz-text-size-adjust: 100%;
} }
.medium-zoom-overlay {
-webkit-backdrop-filter: saturate(180%) blur(10px);
backdrop-filter: saturate(180%) blur(10px);
}

View File

@ -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/gallery02.jpg',
'https://7172-qrbtf-1d845d-1255694434.tcb.qcloud.la/QrbtfGallery/gallery01.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/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 = () => { const PartMore = () => {