Compare commits
2 Commits
1074b99bb8
...
0de7fce26d
| Author | SHA1 | Date | |
|---|---|---|---|
| 0de7fce26d | |||
| 46b85b090d |
@@ -128,8 +128,9 @@
|
||||
})
|
||||
|
||||
$('.toggle_qrcode').click(function() {
|
||||
$(this).siblings('.triggered_qrcode').toggle();
|
||||
})
|
||||
const qrcode = $(this).siblings('.triggered_qrcode');
|
||||
qrcode.css('display', qrcode.css('display') === 'none' ? 'flex' : 'none');
|
||||
});
|
||||
})
|
||||
//banner轮播
|
||||
var loveswiper = new Swiper('.loveswiper', {
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
position: absolute;
|
||||
left: 40%;
|
||||
transform: translateX(-50%);
|
||||
display: flex;
|
||||
display: none;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user