From f67c354acd7c341974b3c1f0ed4d82fbfe9e1db9 Mon Sep 17 00:00:00 2001 From: subsub Date: Wed, 11 Dec 2024 17:48:49 +0900 Subject: [PATCH] =?UTF-8?q?2024/12/11=20=EB=AA=A8=EB=B0=94=EC=9D=BC=20?= =?UTF-8?q?=EB=B3=B8=EC=9D=B8=EC=9D=B8=EC=A6=9D=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20=EC=97=B0=EA=B2=B0,=20=EA=B4=80=EB=A6=AC=EC=9E=90=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=97=90=EB=94=94=ED=84=B0=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 --- .../jsp/seed/_extra/gtm/board/view.jsp | 4 +- .../WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp | 4 +- .../seed/_extra/gtm/trublchargermng/edit.jsp | 20 ++++---- .../WEB-INF/jsp/web/com/webCommonHeader.jsp | 14 +++++- .../webapp/WEB-INF/jsp/web/main/mainPage.jsp | 2 +- src/main/webapp/editor/webnote.css | 46 ++++++++++++++++++- .../kofair_case_seed/adm/style/style.css | 7 ++- .../kofair_case_seed/usr/style/style.css | 2 +- 8 files changed, 78 insertions(+), 21 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/board/view.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/board/view.jsp index 3742cdab..b67a63f3 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/board/view.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/board/view.jsp @@ -63,8 +63,8 @@

첨부자료

-
- gif  ${list.EXTRA_FILE_NAME} +
+ ${list.EXTRA_FILE_NAME}
diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp index dd798248..b27850fe 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/exam/view.jsp @@ -67,8 +67,8 @@

첨부자료

- diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublchargermng/edit.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublchargermng/edit.jsp index 33afdcc3..b6b9fad6 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublchargermng/edit.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublchargermng/edit.jsp @@ -127,22 +127,22 @@

* 사진

-
    -
  • 사진이미지
  • + -

    - - 본인의 얼굴이 정면으로 보이는 명함사진을 등록해주세요.
    - - gif, jpg 파일만 등록 가능합니다. -

    -
    +
    +

    + - 본인의 얼굴이 정면으로 보이는 명함사진을 등록해주세요.
    + - gif, jpg 파일만 등록 가능합니다. +

    diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp index f28d927e..7a928a9b 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -207,8 +207,18 @@
    - - + + + + + + + + + + +
    diff --git a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp index 7b41b2b5..8236faf6 100644 --- a/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp @@ -194,7 +194,7 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
    -

    분쟁조정 사례

    +

    분쟁조정 사례

    diff --git a/src/main/webapp/editor/webnote.css b/src/main/webapp/editor/webnote.css index 8d4e12f3..9be51a19 100644 --- a/src/main/webapp/editor/webnote.css +++ b/src/main/webapp/editor/webnote.css @@ -946,4 +946,48 @@ div.webnote_imagecenter_path_title_buttons { color:#c9c9c9; font-style:italic; font-size:11px; -} \ No newline at end of file +} + +/* 관리자 */ +div.webnote_popup{min-width:300px;max-width:650px;background:#fff;font-size:15px;padding:0;border:1px solid #d5d5d5;border-radius:5px;} +div.webnote_popup>div{width:auto !important;} +div.webnote_popup_title{display:flex;height:45px;padding:0 10px;font-size:15px;color:#222;background:#f4f5f6;justify-content:space-between;align-items:center;} +div.webnote_popup_title_left{display:flex;align-items:center;gap:8px;} +div.webnote_popup_title_right,div.webnote_popup_title_right_on{display:flex;width:18px;height:18px;padding:0;border-radius:5px;justify-content:center;align-items:center;} +div.webnote_popup_content{padding:25px;border:0;background:#fff;} +div.webnote_popup_container_top{display:flex;padding:0;border:0;background:#f4f5f6;border-radius:5px;flex-wrap:wrap;} +div.webnote_popup_container_bottom{display:flex;min-height:30px;background:#fff;margin:10px 0;padding:0;align-items:center;} +.webnote_txtform{width:calc(100% - 80px);} +.webnote_btn_basic,.webnote_btn_center,div.webnote_popup input[type="button"]:disabled,div.webnote_popup input[type="button"][disabled="disabled"],div.webnote_popup input[type="button"]:read-only,div.webnote_popup input[type="button"][readonly="readonly"]{width:70px;height:30px;border:1px solid #163db1 !important;border-radius:5px;color:#163db1 !important;background:#fff !important;} +.webnote_select_box,.webnote_select_box_over{width:100%;} +.webnote_selform,.webnote_txtform,.webnote_fileform{width:auto;min-width:120px;height:30px;padding:0 10px;border-radius:5px;} +.webnote_selform+.webnote_txtform,.webnote_txtform+.webnote_txtform{margin:0 0 0 8px;} +.webnote_fileform{padding:3px 10px;} + +div.webnote_popup_container_top table{border-top:2px solid #163db1;border-bottom:1px solid #d5d5d5;} +div.webnote_popup_container_top tbody tr{border-bottom:1px solid #d5d5d5;} +.webnote_td_head{width:20%;min-height:40px;padding:0 0 0 15px;font-size:14px;font-weight:500;color:#222;text-align:left;background:#f4f5f6;} +.webnote_td_body{width:80%;min-height:40px;padding:5px 15px;font-size:14px;font-weight:400;color:#444;background:#fff;} +.webnote_td_body *{vertical-align:middle;} + +div.webnote_imagecenter_container{background:#f4f5f6;border:1px solid #e5e5e5;border-radius:5px;overflow:auto;} +div.webnote_imagecenter_tree,div.webnote_imagecenter_body{height:100%;} +div.webnote_imagecenter_tree_data{position:relative;height:100%;padding:0;} +span.webnote_imagecenter_tree_icon_unit{display:flex;align-items:center;padding:0 5px;} +span.webnote_imagecenter_tree_foldername_unit,folder.webnote_imagecenter_tree_foldername_unit_default{display:block;width:100%;height:auto;font-size:13px;padding:3px 10px;} +span.webnote_imagecenter_tree_foldername_unit{background:#f4f5f6;} +.webnote_imagecenter_tree_root_refresh_unit{position:absolute;display:flex;width:100%;height:31px;padding:0 10px;border-top:1px solid #e5e5e5;right:0;bottom:0;justify-content:flex-end;align-items:center;} +folder.webnote_imagecenter_tree_foldername_unit_select{display:block;width:100%;font-size:13px;padding:3px 10px;border-radius:5px;} +div.webnote_imagecenter_path_title_buttons{display:flex;height:100%;font-size:13px;align-items:center;} +div.webnote_imagecenter_body_top{height:24px;padding:0 10px;} +div.webnote_imagecenter_body_bottom{height:31px;margin:0;border-top:1px solid #e8e8e8;} +div.webnote_imagecenter_path_title{font-size:13px;} + +div.webnote_popup .webnote_imagecenter_body_bottom_left input[type="checkbox"]{width:14px;height:14px;margin:0;} +.webnote_imagecenter_body_bottom_left input[type="checkbox"]+label{font-size:14px;font-weight:400;} +div.webnote_popup .webnote_imagecenter_body_bottom_right [type="button"].webnote_btn_center{width:60px;height:24px;font-size:14px;padding:0} + +div.webnote_popup div.webnote_imagecenter_body_ctl_form{height:30px;} +div.webnote_popup .webnote_imagecenter_body_ctl_form_left *{height:25px !important;} +div.webnote_popup .webnote_imagecenter_body_ctl_form_left [type="button"].webnote_btn_center{width:auto;font-size:14px;} +div.webnote_popup .webnote_imagecenter_body_ctl_form_left .webnote_fileform{font-size:13px;} \ No newline at end of file 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 9c479b42..65dc57d8 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/style.css +++ b/src/main/webapp/kofair_case_seed/adm/style/style.css @@ -34,7 +34,7 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;} .search_detail .search_ul .title{margin:0 10px 0 0;} .search_detail .search_ul input,.search_detail .search_ul select{height:36px;} .search_detail .search_ul input[name=searchTitle]{width:440px;} -.search_detail .search_ul .calendar input{background-image:url(/kofair_case_seed/adm/images/component/icon_calendar.png);background-position:calc(100% - 10px) 50%;background-repeat:no-repeat;} +.search_detail .search_ul .calendar input{background:#fff url(/kofair_case_seed/adm/images/component/icon_calendar.png) no-repeat calc(100% - 10px) 50% !important;} .search_detail .search_ul select{width:300px;} .search_detail .search_ul select[name=searchState]{width:150px;} .search_detail .search_ul .btn-page-sch{width:80px;} @@ -73,7 +73,7 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;} .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close{font-weight:400;} .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close::after{position:absolute;content:"닫기";font-size:15px;color:#666;;left:50%;transform:translateX(-50%);} -.wrap .bbs-view-item .item-box .datepicker{background:url(/kofair_case_seed/adm/images/component/icon_calendar.png) no-repeat calc(100% - 15px) center;} +.wrap .bbs-view-item .item-box .datepicker{background:#fff url(/kofair_case_seed/adm/images/component/icon_calendar.png) no-repeat calc(100% - 15px) center !important;} /* table - 리스트 */ .wrap .form-wrap{border:0;} @@ -163,10 +163,13 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;} .cs_file_list{display:inline-flex;width:calc(100% - 150px);flex-direction:column;gap:8px;} .file_row{display:flex;padding:10px 20px;align-items:center;flex-wrap:wrap;gap:5px;background:#f4f5f6;border-radius:5px;} +.file_row.background_none{background:none;padding:0;} .file_row img+a{max-width:calc(100% - 50px);width:auto;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} .file_row .btn_file_del{width:18px;height:18px;background:#e40000;border-radius:5px;margin:2px 0 0 0;} .file_row .btn_file_del i{display:inline-block;width:100%;height:100%;background:url(/kofair_case_seed/adm/images/component/icon_popup_close_white.png) no-repeat center center;background-size:8px auto;} +.cs_file_box{display:flex !important;width:100%;padding:15px 20px;margin:12px 0 0 0 !important;border:2px solid #e5e5e5;border-radius:5px;justify-content:space-between;align-items:center;} + /* 갤러리 리스트 */ .list_gallery{display:flex;border-top:2px solid #222;border-bottom:1px solid #d5d5d5;margin:15px 0 0 0;padding:30px 0;gap:30px;flex-wrap:wrap} .list_gallery article{position:relative;width:calc((100% - 104px)/4);border:1px solid #d5d5d5;} diff --git a/src/main/webapp/kofair_case_seed/usr/style/style.css b/src/main/webapp/kofair_case_seed/usr/style/style.css index 20b1ee2c..81debe60 100644 --- a/src/main/webapp/kofair_case_seed/usr/style/style.css +++ b/src/main/webapp/kofair_case_seed/usr/style/style.css @@ -135,7 +135,7 @@ .box{padding:30px;margin:20px 0 0 0;border-radius:5px;font-size:1.7rem;font-weight:400;color:#333;} .box.gray_border{border:1px solid #d8d8d8;} .box.gray_fill{background:#f4f5f7;} -.box.gray_border.gray_fill{margin:40px 0 0 0;font-size:1.9rem;font-weight:500;text-align:center;color:#000;border:1px solid #eeeeee;background:#f8f9fa;} +.box.gray_border.gray_fill{margin:40px 0 0 0;font-size:1.9rem;line-height:1.4;font-weight:500;text-align:center;color:#000;border:1px solid #eeeeee;background:#f8f9fa;} .box.border_3{border:3px solid #eeeeee;} .box.white_fill{background:#fff;}