style:样式问题修改5
This commit is contained in:
@@ -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