diff --git a/Application/Home/View/default/Home/landingPage.html b/Application/Home/View/default/Home/landingPage.html index e71bd2348..3f79d60d1 100644 --- a/Application/Home/View/default/Home/landingPage.html +++ b/Application/Home/View/default/Home/landingPage.html @@ -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(); }) }); diff --git a/Public/Home/css/index2.css b/Public/Home/css/index2.css index 23c821134..7f79dc3d5 100644 --- a/Public/Home/css/index2.css +++ b/Public/Home/css/index2.css @@ -109,7 +109,7 @@ } .slide-item{ width: 4.4rem; - /* height: 6.22rem; */ + height: 6.22rem; margin-right: 30px; list-style: none; }