style:样式修改

This commit is contained in:
迷和油
2025-06-04 18:01:01 +08:00
parent a8fa9393a6
commit d146603812
3 changed files with 11 additions and 11 deletions

View File

@@ -140,11 +140,11 @@
loop: true,
grabCursor: true, //鼠标光标
})
$('.jjfaSwiper').mouseenter(function () {
swiper1.stopAutoplay()
}).mouseleave(function () {
swiper1.startAutoplay()
});
// $('.jjfaSwiper').mouseenter(function () {
// swiper1.stopAutoplay()
// }).mouseleave(function () {
// swiper1.startAutoplay()
// });
})
</script>
{/block}