新增图片、放大后背景模糊
This commit is contained in:
parent
714c75ba3b
commit
05640f1957
|
@ -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);
|
||||||
|
}
|
|
@ -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 = () => {
|
||||||
|
|
Loading…
Reference in New Issue