From e40a1d90180204a781a7a8709098d532f2af5b57 Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Wed, 24 Jan 2024 14:23:25 +0900 Subject: [PATCH] =?UTF-8?q?api=20key=EA=B4=80=EB=A6=AC=20css=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/response.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/egovframe-template-simple-react-contribution/src/css/response.css b/egovframe-template-simple-react-contribution/src/css/response.css index a7f9f9e..029a2b0 100644 --- a/egovframe-template-simple-react-contribution/src/css/response.css +++ b/egovframe-template-simple-react-contribution/src/css/response.css @@ -480,6 +480,18 @@ .BRD011 .result .list_item > div:nth-child(6)::after {content: ""; display: inline-block; width: 1px; height: 11px; margin-left: 6px; background: #ccc; vertical-align: 0px;} .BRD011 .result .list_item > div:nth-child(6)::after {content: none;} + /* 건설기준관리 - API키 관리*/ + .BRD012 .head {display: none;} + .BRD012 .result .list_item {padding: 16px 0; border-bottom: 1px solid #dde2e5;} + .BRD012 .result .list_item > div {border-bottom: 0; font-size: 14px;} + .BRD012 .result .list_item > div:nth-child(1) {display: none;} + .BRD012 .result .list_item > div:nth-child(2) {width: 100%; padding: 0 0 2px 0; font-weight: 700; text-align: left;} + .BRD012 .result .list_item > div:nth-child(3), + .BRD012 .result .list_item > div:nth-child(4), + .BRD012 .result .list_item > div:nth-child(3)::after, + .BRD012 .result .list_item > div:nth-child(4)::after, + + .BOARD_USE_LIST .board_view2 dl dt {width: 95px;} .BOARD_USE_LIST .board_view2 dl:nth-child(2) dd .f_select {width: 100%;} .BOARD_USE_LIST .board_view2 dl:nth-child(2) dd .f_input2 {width: 100%; margin: 15px 0 0 0;}