슬라이드 수정

This commit is contained in:
com02 2021-11-30 17:26:27 +09:00
parent 1fcf7c1322
commit 847d8557ae
4 changed files with 8 additions and 7 deletions

View File

@ -443,10 +443,10 @@ function fn_listPops(typeDivCd) {
/* 문화원s pick */
var swiper = new Swiper('.pickSwiper', {
loop : true,
loop : false,
slidesPerView : _slidesPerView,
spaceBetween : _spaceBetween,
centeredSlides : true,
centeredSlides : false,
autoplay : {
delay : 2500,
disableOnInteraction : false,
@ -475,10 +475,10 @@ function fn_listPops(typeDivCd) {
/* 온라인 자료관 */
var swiper = new Swiper('.onlineSwiper', {
loop : true,
loop : false,
slidesPerView : _slidesPerViewOnline,
spaceBetween : _spaceBetween,
centeredSlides : true,
centeredSlides : false,
// autoplay: {
// delay: 4000,
// disableOnInteraction: false,

View File

@ -442,10 +442,10 @@ function goList(){
/* 유사한 자료 슬라이드 */
var swiper = new Swiper('.DetailSwiper2', {
loop: true,
loop: false,
slidesPerView: _slidesPerViewBottom,
spaceBetween: _spaceBetween,
centeredSlides: true,
centeredSlides: false,
autoplay: {
delay: 2500,
disableOnInteraction: false,

View File

@ -276,7 +276,7 @@ transition: all 0.2s ease-in-out;
.sec6 .onlineSwiper {padding:5px 0px;}
.sec6 .onlineSwiper::before {content: '';width:4%;height:120%;background: #fff;display: inline-block;position: absolute;left:0px;top:-10%;z-index: 9;box-shadow:30px 0px 30px rgba(255,255,255,1.0);}
.sec6 .onlineSwiper::after {content: '';width:4%;height:120%;background: #fff;display: inline-block;position: absolute;right:0px;top:-10%;z-index: 9;box-shadow:-30px 0px 30px rgba(255,255,255,1.0);}
.sec6 .onlineSwiper .swiper-slide {height:auto;background: #ccc;border-radius:10px;box-shadow:1px 1px 5px rgba(0,0,0,0.3);}
.sec6 .onlineSwiper .swiper-slide {height:auto;border-radius:10px;/*background: #ccc;box-shadow:1px 1px 5px rgba(0,0,0,0.3);*/}
.sec6 .onlineSwiper .items.cover {}
.sec6 .onlineSwiper .items.cover:after {clear:both;content:'';display:block;}
.sec6 .onlineSwiper .items.cover .List {box-sizing:content-box;height:100%;}

View File

@ -957,6 +957,7 @@ footer .family_site {right:10px;}
.myinfo .contents .list-wrap .list-box .list { position: relative; display: flex; flex-direction: column; padding: 26px 10px 10px; box-sizing: border-box; }
.myinfo .contents .list-wrap .list-box .list > div.state { width: 100%; text-align: left; }
.myinfo .contents .list-wrap .list-box .list > div.state span { position: absolute; top: 10px; left: 10px; min-width: auto; margin-top: 0; }
.myinfo .contents .concern-data .list-box .list .text .ti a {height:45px;}
/* 내정보 */
.passwd .contents { min-height: auto; }