From 6c2e388d06d6c288cb9f8391c068eae9da978caf Mon Sep 17 00:00:00 2001 From: com02 Date: Mon, 13 Dec 2021 12:23:02 +0900 Subject: [PATCH] =?UTF-8?q?=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/css/default.css | 6 +++--- src/main/webapp/css/media.css | 2 +- src/main/webapp/js/default.js | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index be22a0bb..9584591c 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -176,7 +176,7 @@ section .inner p.desc {font-size: 18px;color:#666;margin-bottom:40px;} .MainSwiper .loop-count button.remote:focus {outline:none;} .MainSwiper .loop-count button.remote.restart span {background-image:url('/images/btn/btn-mainvisual-play-white.png');} .MainSwiper .pagination {position:absolute;bottom:140px;left:calc(50% - -450px);} -.MainSwiper .swiper-pagination-fraction {color:#fff;left:-12px;top:4px;width:auto;} +.MainSwiper .swiper-pagination-fraction {color:#fff;left:-40px;top:4px;width:auto;} .MainSwiper .swiper-slide {height:600px} .MainSwiper .swiper-slide .img {height:600px;} .MainSwiper .swiper-slide .img img {object-fit:cover;width:100%;height:100%;} @@ -946,7 +946,7 @@ transform: rotate(45deg);} .data.detail .inner .row-top .center .right .con-1 button.view {width:auto;padding:0px 26px;} .data.detail .inner .row-top .center .right .con-1 button.ris {} .data.detail .inner .row-top .center .right .con-1 button.favorit {text-indent: -99999px;background:url(/images/icon/icon-data-star.png) no-repeat center #f5f5f5;} -.data.detail .inner .row-top .center .right .con-1 button.favorit.on {background:url(/images/icon/icon-data-star-on.png) no-repeat center #f5f5f5;} +/*.data.detail .inner .row-top .center .right .con-1 button.favorit.on {background:url(/images/icon/icon-data-star-on.png) no-repeat center #f5f5f5;}*/ .data.detail .inner .row-top .center .right .con-1 button.share {text-indent: -99999px;background:url(/images/icon/icon-data-share.png) no-repeat center #f5f5f5;} .data.detail .inner .row-top .center .right .con-1 button.original {width:200px;display:none;} .data.detail .inner .row-top .center .right .con-2 {} @@ -1454,7 +1454,7 @@ transform: rotate(45deg);} .file-box .file-list span img {vertical-align: middle;margin-right:5px;} .file-box .file-list span:nth-of-type(2) button {display:inline-block;width:auto;text-align:left;} .file-box .file-list span:nth-of-type(3) button {background: #666;color:#fff;border-radius: 2px;padding:2px 10px 3px;font-size: 12px;margin-left:15px;} -.view-body {border-bottom: 0px solid #000;} +.view-body {border-bottom: 0px solid #000;text-align: initial;} .view-con {line-height: 1.85;color: #666;width:96%;padding: 20px 2%;overflow:auto;letter-spacing: -.025em;min-height: 515px;border-bottom:1px solid #ddd;} .view-con img {width:100%;} .view-body .attachments {width: 100%;border-top: 1px solid #ddd;padding: 0 20px;box-sizing: border-box;} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 5d1efa57..3cdef6b2 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -739,7 +739,7 @@ footer .family_site {right:10px;} .data.detail .inner .row-top .center .right .con-2 .b-btn button { width: 100%; margin-bottom: 6px; } .data.detail .inner .row-top .center .right .con-2 .keyword span.first, .data.detail .inner .row-top .center .right .con-2 .keyword span { padding: 5px 14px 5px; border-radius: 30px; } - .data.detail .inner .row-top .center .left .img img {width:100%;} + .data.detail .inner .row-top .center .left .img img {width:100%;max-height: 430px;max-width: 300px;} .data.detail .inner .row-bottom.contents { padding: 0 16px; } .data.detail .inner .row-bottom .con-1 { margin-bottom: 30px; } .data.detail .inner .row-bottom .con-1 .list-box { padding: 15px 10px; box-sizing: border-box; } diff --git a/src/main/webapp/js/default.js b/src/main/webapp/js/default.js index a99060e8..3ebafefc 100644 --- a/src/main/webapp/js/default.js +++ b/src/main/webapp/js/default.js @@ -41,10 +41,11 @@ $(document).ready(function(){ })(jQuery); // 즐겨찾기 토글버튼 + /* $('.data.detail .inner .row-top .center .right .con-1 button.favorit').click(function(){ $('.data.detail .inner .row-top .center .right .con-1 button.favorit').toggleClass('on'); }); - + */ /* 푸터 관련사이트 */ $(".family_site").click(function(){ $(this).toggleClass("on");