css
This commit is contained in:
parent
67b2b54162
commit
17e37e6a2c
@ -1765,7 +1765,7 @@ transform: rotate(45deg);
|
||||
|
||||
/* 알림 팝업 */
|
||||
.pop-notice {position:fixed;top:9%;left:calc(50% - 210px);width: 420px;height: 60%;border-radius: 5px;overflow: hidden;padding: 0 0px;background: #fff;z-index:999;}
|
||||
.pop-notice .inner {display:inline-block;width:100%;height: calc(100% - 270px);overflow:auto;padding:50px 0px;background: #fff;}
|
||||
.pop-notice .inner {display:inline-block;width:100%;height: calc(100% - 220px);overflow:auto;padding:50px 0px;background: #fff;}
|
||||
.pop-notice .inner .row {padding:0px 60px 0px;text-align:center;}
|
||||
.pop-notice .Title {text-align:center;padding:30px 0px;background: url(/images/bg/bg-login.jpg) no-repeat;background-size:cover;}
|
||||
.pop-notice .Title h3 {font-size:24px;line-height:30px;margin-top:15px;color:#fff;font-weight: 300;}
|
||||
|
||||
@ -243,6 +243,7 @@ footer .family_site {right:10px;}
|
||||
|
||||
.data.detail .inner .row-bottom .DetailSwiper2 .swiper-slide { height: auto;background:none;box-shadow:0 0 0; }
|
||||
.visit-data .inner .tabs_item .list-wrap .list-data div.list > div {font-size:14px;}
|
||||
.interested-data .inner .data-box .list-data-wrap .list-data div.list > div.t-cultural {width:20%;}
|
||||
}
|
||||
|
||||
/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user