From 766275be4b319c5fe15e6876990601b975241444 Mon Sep 17 00:00:00 2001 From: com02 Date: Mon, 29 Nov 2021 19:32:40 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=ED=8C=9D?= =?UTF-8?q?=EC=97=85=EC=88=98=EC=A0=95,=20ris=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=AA=A8=EB=B0=94=EC=9D=BC=20=EC=82=AD=EC=A0=9C,=20=EA=B3=A0?= =?UTF-8?q?=EA=B0=9D=EC=A7=80=EC=9B=90=EB=A9=94=EB=89=B4=20=EA=B2=80?= =?UTF-8?q?=EC=83=89=EC=9C=84=EC=B9=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp | 2 +- .../webapp/WEB-INF/jsp/nlib/collection/searchList.jsp | 2 +- src/main/webapp/css/default.css | 2 ++ src/main/webapp/css/media.css | 8 ++++---- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp index f9366c77..8270d6b2 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/listInterests.jsp @@ -259,7 +259,7 @@ { t_btn+= ""; } - t_btn+= ""; + t_btn+= ""; var div = $(document.createElement('div')); div.attr('class','list'); 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 79fe4735..d869557d 100644 --- a/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp +++ b/src/main/webapp/WEB-INF/jsp/nlib/collection/searchList.jsp @@ -498,7 +498,7 @@ function fn_search_article(pageIndex) { - + diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index b98dbcbb..17578f84 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -748,6 +748,8 @@ transform: rotate(45deg);} .cart .inner .tabs_item .compl-box .compl-text span {color:#d47b1c;font-weight: 500;} .cart .inner .visit-confirm .tabs_item .list-cart-wrap.confirm .list-cart div.list > div.t-data {width:64%;} .cart .inner .visit-confirm .tabs_item .list-cart-wrap.complete .list-cart div.list > div.t-data {width:64%;} +.cart .inner .loan-confirm .tabs_item .visit-select-box .select-box > div {display:inline;} + /********** 소장자료 **********/ .data .inner .row-bottom {position: relative;} diff --git a/src/main/webapp/css/media.css b/src/main/webapp/css/media.css index 3d03d6ec..95b5d4e5 100644 --- a/src/main/webapp/css/media.css +++ b/src/main/webapp/css/media.css @@ -199,13 +199,13 @@ footer .family_site {right:10px;} .list-table-wrap li .t-date {width:20%;} .list-table-wrap li .t-writer {width:25%;} .list-search .left {width:50%;} -.list-search .right {width:50%;} +.list-search .right {width:350px;float:right;} .faq .list-accordion .answer {min-height:50px;} .faq .title .left {width:50%;} -.faq .title .right {width:50%;} +.faq .title .right {width:350px;float:right;} .qna .inner .tab_content {padding:0;} .qna .title .left {width:50%;} -.qna .title .right {width:50%;} +.qna .title .right {width:350px;float:right;} .qna .list-table-wrap li .t-writer {width:25%;} .qna .list-table-wrap li .t-date {width:10%;} .qna .list-table-wrap li .t-tit {width:30%;} @@ -1224,7 +1224,7 @@ footer .family_site {right:10px;} .pop-return { top: 0; left: 0; width: 100vw; height: 100vh; border-radius: 0; display: flex; flex-direction: column; } .pop-return .Title { padding: 12px 16px; text-align: left; } .pop-return .Title p, - .pop-return .Title h3 { display: none; } + .pop-return .Title h3 { } .pop-return .inner { flex: 1; } .pop-return .inner .Text h3 { font-weight: 500; font-size: 22px; line-height: 33px; text-align: center; color: #222222; margin-bottom: 55px; } .pop-return .inner .Text .text-box { word-break: break-all; }