diff --git a/egovframe-template-simple-react-contribution/src/css/base.css b/egovframe-template-simple-react-contribution/src/css/base.css index 4522a35..972041a 100644 --- a/egovframe-template-simple-react-contribution/src/css/base.css +++ b/egovframe-template-simple-react-contribution/src/css/base.css @@ -106,4 +106,7 @@ button {cursor: pointer;} .bg-fa {background: #FAFAFA;} +.text-4c6 {color: #4C6C84;} +.text-224 {color: #22498E;} + .clickable{cursor: pointer;} \ No newline at end of file diff --git a/egovframe-template-simple-react-contribution/src/css/component.css b/egovframe-template-simple-react-contribution/src/css/component.css index b10b449..5301f5b 100644 --- a/egovframe-template-simple-react-contribution/src/css/component.css +++ b/egovframe-template-simple-react-contribution/src/css/component.css @@ -51,7 +51,7 @@ .board_list {border-top: 2px solid #222;} .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;} +.board_list .head > span {display: table-cell; padding: 10px 0 10px 0; border-bottom: 1px solid #888; font-size: 16px; font-weight: 500; text-align: center;} .logs_list .result {max-height: 430px;} /* added by lim .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; */ @@ -62,6 +62,10 @@ .board_list .result .list_item > div.reply::before {content: ""; display: block; position: absolute; left: 27px; top: 24px; width: 22px; height: 14px; background: url(css/images/ico_reply.png) no-repeat;} .board_list .no_data {height: 60px; border-bottom: 1px solid #dde2e5; color: #666; font-size: 16px; line-height: 60px; text-align: center;} +/* 영문건설기준 리스트 */ +.board_list .result .list_item1 {display: table; width: 100%; table-layout: fixed; margin-left: 0px;} +.board_list .result .list_item1 > div {display: table-cell; padding: 5px 0; border-bottom: 1px solid #dde2e5; color: #666; font-size: 14px; text-align: center; vertical-align: middle; } + .board_bot {margin-top: 40px;} .paging {text-align: center;} @@ -202,6 +206,8 @@ .condition1 {padding: 10px; border: 1px solid #dde2e5; border-radius: 10px; text-align: right; background: #FAFAFA; margin-bottom: 20px;} .condition1 > ul, .condition1 > ul li {display: inline-block; vertical-align: top; padding-left: 20px;} + +.condition2 {padding: 20px; border: 1px solid #000; background: #FFF; margin-bottom: 20px; line-height: 25px; box-shadow: 3px 4px 5px #ccc;} /* Icon */ .ico {display: inline-block; font-size: 0; vertical-align: top;} diff --git a/egovframe-template-simple-react-contribution/src/css/page.css b/egovframe-template-simple-react-contribution/src/css/page.css index e2c3cdd..8a65cc9 100644 --- a/egovframe-template-simple-react-contribution/src/css/page.css +++ b/egovframe-template-simple-react-contribution/src/css/page.css @@ -405,6 +405,15 @@ .BRD013 .result .list_item > div:nth-child(5) {width: 120px;} .BRD013 .result .list_item > div:nth-child(6) {width: 80px;} + /* 사용자 영문건설기준 */ + .BRD014 .head > span:nth-child(1) {position: relative; width: 30%; background: #22498E; color: #fff; border-right: 2px solid #657E9E;} + .BRD014 .head > span:nth-child(2) {position: relative; width: 35%; background: #22498E; color: #fff; border-right: 2px solid #657E9E;} + .BRD014 .head > span:nth-child(3) {position: relative; width: 35%; background: #22498E; color: #fff; border-right: 2px solid #657E9E;} + .BRD014 .result .list_item1 > div:nth-child(1) {width: 30%; border-right: 2px solid #657E9E;} + .BRD014 .result .list_item1 > div:nth-child(2) {width: 35%; border-right: 2px solid #657E9E;} + .BRD014 .result .list_item1 > div:nth-child(3) {width: 35%; } + + /* 찾아오시는길 */ .SITE_CONTACT_US .map {margin-top: 43px;} .SITE_CONTACT_US .map img {max-width: 100%;} diff --git a/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutPromote.jsx b/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutPromote.jsx index 389e8be..f9457c5 100644 --- a/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutPromote.jsx +++ b/egovframe-template-simple-react-contribution/src/pages/about/EgovAboutPromote.jsx @@ -82,12 +82,14 @@ function Promote(){