diff --git a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp index fe4ea689..d64782e8 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/cmm/home.jsp @@ -584,7 +584,7 @@ $(function(){ autoplay : false, pagination: { el: '.pagination .swiper-pagination', - /*type: 'fraction',*/ + type: 'fraction', }, breakpoints: { 768: { @@ -592,7 +592,7 @@ $(function(){ spaceBetween : 20, }, 1400: { - slidesPerView : 2, + slidesPerView : 4, spaceBetween : 30, }, 4989: { diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp index e1497be5..6dcc98c7 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp @@ -391,7 +391,7 @@ function fn_search_article(pageIndex) {
- 에 대한 검색결과는 총 + '' 에 대한 검색결과는 총 건 입니다. diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index 37b58941..beffd901 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -913,9 +913,9 @@ transform: rotate(45deg);} .data .inner .tabs_item .list-cart-wrap .list-data div.list > .no-result .text2 {margin-bottom:30px;font-size:24px;color:#333;font-weight: 500;} .data .inner .tabs_item .list-cart-wrap .list-data div.list > .no-result .text2 span {color:#d47b1c;} .data .inner .data-box .culture-box .tab > .title {height:36px;margin:30px 0px 0px;outline:0px solid red;text-align:left;} -.data .inner .data-box .culture-box .tab .title .count {display:inline-block;font-size:16px;height:36px;line-height:36px;text-align:left;} +.data .inner .data-box .culture-box .tab .title .count {display:inline-block;font-size:16px;height:auto;line-height:26px;text-align:left;} .data .inner .data-box .culture-box .tab .title .count em {color:#d47b1c;font-weight: 500;} -.data .inner .data-box .culture-box .tab .title .count strong {display:block;} +.data .inner .data-box .culture-box .tab .title .count strong {word-break: break-all;display: inline;padding-bottom:10px;} .data .inner .data-box .culture-box .tab .title .list-search-wrap {float:right;} .data .inner .data-box .culture-box .tab .title .list-search-wrap > div {float:left;font-size:12px;margin-left:10px;height:36px;line-height:36px;} .data .inner .data-box .culture-box .tab .title .list-search-wrap > div.re-search {} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 76a99350..bc4cd51b 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -251,7 +251,7 @@ footer .family_site {right:10px;} .wrap .nav-wrap #primary-nav {display:none !important;opacity:0 !important;} .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-prev, .swiper-rtl .swiper-button-next {visibility:visible !important;}