diff --git a/src/main/webapp/WEB-INF/jsp/layout/adminLayout.jsp b/src/main/webapp/WEB-INF/jsp/layout/adminLayout.jsp index 3d587e6b..202628de 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/adminLayout.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/adminLayout.jsp @@ -16,6 +16,7 @@ + diff --git a/src/main/webapp/WEB-INF/jsp/layout/seedAdminLayout.jsp b/src/main/webapp/WEB-INF/jsp/layout/seedAdminLayout.jsp index 135439c6..047fb31c 100644 --- a/src/main/webapp/WEB-INF/jsp/layout/seedAdminLayout.jsp +++ b/src/main/webapp/WEB-INF/jsp/layout/seedAdminLayout.jsp @@ -15,6 +15,7 @@ + diff --git a/src/main/webapp/WEB-INF/jsp/manager/site/siteEdit.jsp b/src/main/webapp/WEB-INF/jsp/manager/site/siteEdit.jsp index f0e04556..55b2ebbb 100644 --- a/src/main/webapp/WEB-INF/jsp/manager/site/siteEdit.jsp +++ b/src/main/webapp/WEB-INF/jsp/manager/site/siteEdit.jsp @@ -105,8 +105,8 @@ -
- +
+ diff --git a/src/main/webapp/WEB-INF/jsp/manager/site/siteMenuList.jsp b/src/main/webapp/WEB-INF/jsp/manager/site/siteMenuList.jsp index 8a557a96..d8106a50 100644 --- a/src/main/webapp/WEB-INF/jsp/manager/site/siteMenuList.jsp +++ b/src/main/webapp/WEB-INF/jsp/manager/site/siteMenuList.jsp @@ -40,7 +40,7 @@ " value="" class="sch-text"> - +
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp index aee73bd3..ea7b305c 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/edit.jsp @@ -66,7 +66,7 @@

* 생년월일

-
+
@ - - @@ -144,7 +144,7 @@
- +


@@ -179,7 +179,7 @@

전화번호

-
+
- - @@ -200,13 +200,13 @@

비고

- +

변경가능소속

-
+
@@ -221,11 +221,17 @@
- - - - - +
+ + + +
+
+ + +
+ +
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/list.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/list.jsp index 3bc1f0e7..4e200ac4 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/list.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/join/list.jsp @@ -55,7 +55,7 @@
-
+
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administList.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administList.jsp index eb445aa9..421e633b 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administList.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublreqstmng/administList.jsp @@ -250,7 +250,7 @@ 건입니다.
-
+
자주하는질문 테이블입니다.
diff --git a/src/main/webapp/kofair_case_seed/adm/images/component/icon_select.png b/src/main/webapp/kofair_case_seed/adm/images/component/icon_select.png new file mode 100644 index 00000000..7b344d42 Binary files /dev/null and b/src/main/webapp/kofair_case_seed/adm/images/component/icon_select.png differ diff --git a/src/main/webapp/kofair_case_seed/adm/style/common.css b/src/main/webapp/kofair_case_seed/adm/style/common.css index b23bcbe4..fb7a8231 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/common.css +++ b/src/main/webapp/kofair_case_seed/adm/style/common.css @@ -7,16 +7,28 @@ .btn_wrap.left{justify-content:flex-start;} .btn_wrap.center{justify-content:center;} -.btn{display:inline-block;color:#333;border-radius:4px;transition:all 0.2s ease-in-out;} +.btn{display:inline-block;color:#333;border-radius:5px !important;transition:all 0.2s ease-in-out;} .btn.round{border-radius:100%;} .btn.only_icon{padding:0;} .btn:hover{box-shadow:0 0 5px rgba(0,0,0,0.3);transition:all 0.2s ease-in-out;} .btn.orange_border{border:1px solid #fd6e18;color:#fd6e18;} +.btn.red_border{background:#fff !important;border:1px solid #e40000 !important;color:#e40000 !important;} +.btn.blue_border{background:#fff !important;border:1px solid #163db1 !important;color:#163db1 !important;} + .btn.light_orange_fill{background:#fdeade;color:#fd6e18;} -.btn.gray_fill{background:#adadb5;color:#fff;} +.btn.blue_fill{background:#163db1 !important;color:#fff !important;} +.btn.gray_fill{background:#adadb5 !important;color:#fff !important;} + +/* input */ +input[type="text"],input[type="search"]{height:36px;border:1px solid #d5d5d5 !important;border-radius:5px !important;box-shadow:none !important;} +textarea{border:1px solid #d5d5d5 !important;border-radius:5px !important;box-shadow:none !important;} +select{height:36px;border:1px solid #d5d5d5 !important;border-radius:5px !important;box-shadow:none !important;background:#fff url(/kofair_case_seed/adm/images/component/icon_select.png) no-repeat calc(100% - 10px) 51% !important;} +.wrap label,.wrap .checkbox + label{font-size:16px;font-weight:400;margin:0} +.wrap label [type="checkbox"],.wrap label [type="radio"]{margin:0 4px 0 0;} + /* 아이콘 */ .icon{display:inline-block;} @@ -39,10 +51,6 @@ .hide{display:none !important;} - - - - /* 간격 */ .p0 {padding: 0px!important;} .p5 {padding: 5px!important;} diff --git a/src/main/webapp/kofair_case_seed/adm/style/style.css b/src/main/webapp/kofair_case_seed/adm/style/style.css index 55cfd4ea..44422de3 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/style.css +++ b/src/main/webapp/kofair_case_seed/adm/style/style.css @@ -1 +1,44 @@ -@charset "utf-8"; \ No newline at end of file +@charset "utf-8"; + +/* sub layout */ +.wrap .seedBody{margin:0 0 80px 0;} +.wrap .page-title-wrap{} +.wrap .page-title-inner{float:none;} +.wrap .page-title-wrap h3{float:none;font-size:32px;font-weight:bold;margin:0 0 45px 0;} +.wrap .page-refresh.static{position:absolute;top:8px;margin:0;} + +.wrap .page-title-wrap .sch-content-wrap{margin:0 0 10px 0;} +.sch-content-wrap .sch-select{font-size:15px;} +.wrap .sch-content-wrap *{float:none;height:36px;} + +.wrap .tooltipBox{display:none;} + +/* title */ +form h3{font-size:20px;font-weight:bold;} + +/* table - 리스트 */ +.wrap .form-wrap{border:0;} +.wrap .table-layout{border:0;border-top:2px solid #222;border-radius:0;} +.wrap .table-layout table th{height:50px;font-size:15px;padding:0;background:#f4f5f6;border-bottom:1px solid #d5d5d5;vertical-align:middle;} +.wrap .table-layout table td{height:50px;font-size:15px;padding:0;border-bottom:1px solid #d5d5d5;vertical-align:middle;} + +/* table - 상세 */ +.wrap .bbs-view-layout{padding:0;border-top:2px solid #222;border-bottom:1px solid #e5e5e5;border-radius:0;box-shadow:none;-webkit-box-shadow:none;} +.wrap .bbs-view-item{width:100%;} +.wrap .bbs-view-item .item-title{width:20%;max-width:220px;height:100%;font-size:16px;font-weight:400;background:#f4f5f6;padding:0 0 0 20px;} +.wrap .bbs-view-item .item-box{width:80%;padding:10px 20px;} +.wrap .bbs-view-item input[type="text"],.wrap .bbs-view-item select{height:36px;vertical-align:middle;} +.wrap .bbs-view-item .item-box .btn-sch-item{display:inline-flex;height:36px;font-size:16px;color:#163db1;background:#fff;border:1px solid #163db1;border-radius:5px;justify-content:center;align-items:center;} + +.wrap .bbs-view-item .input_box,.wrap .bbs-view-item .email_wrap,.wrap .bbs-view-item .phone_wrap{display:flex;gap:6px;align-items:center;flex-wrap:wrap;} +.wrap .bbs-view-item button{height:36px;} + +.wrap .btn-area{display:flex;justify-content:space-between;} +.wrap .btn-area.right{justify-content:flex-end;} +.wrap .btn-area.left{justify-content:flex-start;} +.wrap .btn-area.center{justify-content:center;} + +.wrap .btn-area div{display:flex;gap:10px;} +.wrap .btn-area button{min-width:90px;height:46px;font-size:18px;border-radius:5px;padding:0;margin:0;line-height:1;} + +/*f4f5f6*/ \ No newline at end of file
분쟁사건에 대한 신청목록 화면 입니다.