오류수정

This commit is contained in:
com02 2021-12-21 14:44:31 +09:00
parent 3818c0bd40
commit c356027e8a
2 changed files with 3 additions and 3 deletions

View File

@ -584,7 +584,7 @@ $(function(){
autoplay : false, autoplay : false,
pagination: { pagination: {
el: '.pagination .swiper-pagination', el: '.pagination .swiper-pagination',
/*type: 'fraction',*/ type: 'fraction',
}, },
breakpoints: { breakpoints: {
768: { 768: {
@ -592,7 +592,7 @@ $(function(){
spaceBetween : 20, spaceBetween : 20,
}, },
1400: { 1400: {
slidesPerView : 2, slidesPerView : 4,
spaceBetween : 30, spaceBetween : 30,
}, },
4989: { 4989: {

View File

@ -251,7 +251,7 @@ footer .family_site {right:10px;}
.wrap .nav-wrap #primary-nav {display:none !important;opacity:0 !important;} .wrap .nav-wrap #primary-nav {display:none !important;opacity:0 !important;}
.data.detail .inner .row-top .center .title-box .tit-info {width:70%;} .data.detail .inner .row-top .center .title-box .tit-info {width:70%;}
.sec5 .popularSwiper .pagination {visibility:visible !important;} .sec5 .popularSwiper .pagination {visibility: hidden;}
/* /*
.sec6 .swiper-button-next, .swiper-rtl .swiper-button-prev {visibility:visible !important;} .sec6 .swiper-button-next, .swiper-rtl .swiper-button-prev {visibility:visible !important;}
.sec6 .swiper-button-prev, .swiper-rtl .swiper-button-next {visibility:visible !important;} .sec6 .swiper-button-prev, .swiper-rtl .swiper-button-next {visibility:visible !important;}