From 3bd88c669eb770afb20fd3254a89f615e7ed7b9e Mon Sep 17 00:00:00 2001 From: "Lim\\jun" Date: Tue, 9 Jan 2024 09:32:26 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EA=B0=84,=20=EA=B8=80=EC=9E=90?= =?UTF-8?q?=ED=81=AC=EA=B8=B0,=20=EB=B2=84=ED=8A=BC=ED=81=AC=EA=B8=B0=20cs?= =?UTF-8?q?s=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/css/component.css | 10 +++++++--- .../src/css/layout.css | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/egovframe-template-simple-react-contribution/src/css/component.css b/egovframe-template-simple-react-contribution/src/css/component.css index 428b61d..2dba7df 100644 --- a/egovframe-template-simple-react-contribution/src/css/component.css +++ b/egovframe-template-simple-react-contribution/src/css/component.css @@ -15,8 +15,11 @@ .btn.noscript {font-size: 0;} .btn > span {position: relative;} -.btn_blue_h46 {height: 46px; border-radius: 5px; color: #fff; font-size: 16px; line-height: 46px; text-align: center; background: #169bd5;} -.btn_skyblue_h46 {height: 46px; border-radius: 5px; color: #005b82; font-size: 16px; line-height: 46px; text-align: center; background: #daedf5;} +/* changed by lim height: 46px; font-size: 16px; line-height: 46px; added by lim padding: 0px; */ +.btn_blue_h46 {height: 32px; border-radius: 5px; color: #fff; font-size: 15px; line-height: 32px; text-align: center; background: #169bd5; padding: 0px;} +/* changed by lim height: 46px; font-size: 16px; line-height: 46px; added by lim padding: 0px; */ +.btn_skyblue_h46 {height: 32px; border-radius: 5px; color: #005b82; font-size: 15px; line-height: 32px; text-align: center; background: #daedf5; padding: 0px;} +.btn_red_h46 {height: 32px; border-radius: 5px; color: darkred; font-size: 15px; line-height: 32px; text-align: center; background: #ed898b; padding: 0px;} .btn_upload {position: relative; width: 180px; height: 46px; border-radius: 5px; color: #fff; font-size: 16px; line-height: 46px; text-align: center; background: #169bd5;} .btn_upload span {display: inline-block; height: 46px; line-height: 46px;} @@ -34,6 +37,7 @@ .board_list .head {display: table; table-layout: fixed; width: 100%;} /* changed by lim padding: 25px 0 27px 0; */ .board_list .head > span {display: table-cell; padding: 10px 0 10px 0; border-bottom: 1px solid #888; font-size: 16px; font-weight: 500px; text-align: center;} +.logs_list .result {max-height: 430px;} .board_list .result .list_item {display: table; width: 100%; table-layout: fixed;} /* changed by lim padding: 18px 0 20px 0; */ .board_list .result .list_item > div {display: table-cell; padding: 7px 0 7px 0; border-bottom: 1px solid #dde2e5; color: #666; font-size: 16px; text-align: center; vertical-align: middle;} @@ -94,7 +98,7 @@ .board_view2 {border-top: 2px solid #222;} .board_view2 dl {display: table; width: 100%; table-layout: fixed; border-bottom: 1px solid #dde2e5;} .board_view2 dl > * {display: table-cell; table-layout: fixed; vertical-align: middle;} -.board_view2 dl dt {width: 176px; padding: 12px 25px; color: #000; font-size: 18px; letter-spacing: -2px; background: #f5f6f7; word-break: break-all;} +.board_view2 dl dt {width: 176px; padding: 12px 25px; color: #000; font-size: 16px; letter-spacing: -2px; background: #f5f6f7; word-break: break-all;} /* changed by lim font-size: 18px;*/ .board_view2 dl dt .req {display: inline-block; width: 7px; height: 7px; margin-left: 2px; font-size: 0; background: url(css/images/ico_req.png) no-repeat; vertical-align: 17px;} .board_view2 dl dd {padding: 12px 15px; color: #222; font-size: 16px; font-weight: 300;} .board_view2 .file_add {margin-top: 5px;} diff --git a/egovframe-template-simple-react-contribution/src/css/layout.css b/egovframe-template-simple-react-contribution/src/css/layout.css index 49bc0e4..9139cde 100644 --- a/egovframe-template-simple-react-contribution/src/css/layout.css +++ b/egovframe-template-simple-react-contribution/src/css/layout.css @@ -104,6 +104,7 @@ body {min-width: 1400px;} .condition + .board_list {margin-top: 10px;} /* changed by lim margin-top: 50px; */ .condition + .calendar_list {margin-top: 10px;} /* changed by lim margin-top: 50px; */ +.condition + .logs_list {margin-top: 10px;} /* added by lim margin-top: 10px; */ .condition + .tit_5 {margin-top: 42px;} .top_tit + .tit_2 {margin-top: 13px; margin-bottom: 10px;} /* added by lim margin-bottom: 10px; */