From 17e37e6a2ce2b7c2468da0405621ffb0b63af8b1 Mon Sep 17 00:00:00 2001 From: com02 Date: Thu, 2 Dec 2021 18:51:29 +0900 Subject: [PATCH] css --- src/main/webapp/css/default.css | 2 +- src/main/webapp/css/media.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index fd48ca7c..4c6d4b3f 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -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;} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 483bad7d..32a51760 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -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)*/