Merge branch 'dev' of 47.111.118.107:/srv/git/platform into dev

master
ELF 5 years ago
commit 695b7c8895

@ -336,7 +336,7 @@
$(".gray-btn").click(function(){
event.stopPropagation();
$(".second").show();
swiperGet();
// swiperGet();
document.body.style.overflow = 'hidden';
$(".window").hide();
})
@ -347,7 +347,7 @@
$(".doubt").click(function(){
$(".second").show();
document.body.style.overflow = 'hidden';
swiperGet();
// swiperGet();
})
});

@ -109,7 +109,7 @@
}
.slide-item{
width: 4.4rem;
/* height: 6.22rem; */
height: 6.22rem;
margin-right: 30px;
list-style: none;
}

Loading…
Cancel
Save