From 7f18f068196f31b4d9c14a25fa49fce265633c97 Mon Sep 17 00:00:00 2001 From: subsub Date: Tue, 23 Sep 2025 17:37:48 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B5=90=EC=9C=A1=20=EC=8B=A0=EC=B2=AD=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80,=20=EA=B5=90=EC=9C=A1=20=EB=A6=AC?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8,=20=EA=B5=90=EC=9C=A1=20=EC=8B=A0=EC=B2=AD?= =?UTF-8?q?=20=EC=83=81=EC=84=B8=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC=20=ED=81=B4=EB=9E=98=EC=8A=A4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/web/com/webCommonNaviWrap.jsp | 2 +- .../jsp/web/cop/bbs/EgovNoticeInqire.jsp | 6 ++- .../jsp/web/cop/bbs/EgovNoticeRegist.jsp | 7 +-- .../web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp | 4 +- .../web/ve/aplct/sspnIdtmt/eduAplctList.jsp | 10 ++--- .../aplct/sspnIdtmt/sspnIdtmtEduAplctList.jsp | 8 ++-- .../webapp/js/fullcalendar/5.9.0/main.css | 27 +++++++----- .../visitEdu/usr/publish/css/common.css | 13 +++--- .../visitEdu/usr/publish/css/content.css | 35 +++++++++------ .../webapp/visitEdu/usr/publish/css/popup.css | 41 +++++++++--------- .../images/common/icon_close_white.png | Bin 0 -> 214 bytes .../usr/publish/images/content/edu_arrow.png | Bin 0 -> 1708 bytes .../publish/images/content/file_before.png | Bin 0 -> 1758 bytes .../visitEdu/usr/publish/script/common.js | 2 +- 14 files changed, 86 insertions(+), 69 deletions(-) create mode 100644 src/main/webapp/visitEdu/usr/publish/images/common/icon_close_white.png create mode 100644 src/main/webapp/visitEdu/usr/publish/images/content/edu_arrow.png create mode 100644 src/main/webapp/visitEdu/usr/publish/images/content/file_before.png diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonNaviWrap.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonNaviWrap.jsp index 94547015..cfc30e74 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonNaviWrap.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonNaviWrap.jsp @@ -52,7 +52,7 @@ $(document).ready(function (){ && resultListTwo.upperMenuId eq upperMenuId }">
  • - +
  • diff --git a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeInqire.jsp b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeInqire.jsp index 3ee349da..bc33ca8e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeInqire.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeInqire.jsp @@ -190,6 +190,9 @@ function fn_egov_select_commentList(pageNo) {
    + + +
    @@ -205,10 +208,9 @@ function fn_egov_select_commentList(pageNo) { --%> - - +
    diff --git a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp index e5ab2dc6..09b31597 100644 --- a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/EgovNoticeRegist.jsp @@ -163,7 +163,7 @@ - +
    @@ -235,12 +235,13 @@
    +
    - +
    - +
    diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp index 8165987a..5049063c 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp @@ -75,7 +75,7 @@ if ($('#regBtn').prop('disabled')) { $('#regBtn').removeAttr('onclick').removeAttr('data-tooltip'); $('#regBtn').prop('disabled', false); - $('#regBtn').css('background-color', '#888'); + $('#regBtn').css({'background':'#f4f4f4','color':'#888', 'border':'1px solid #ddd'}); /*24.01.23 웹접근성 검사를 위하여 title 추가*/ $('#regBtn').attr('title','비활성화됨'); } @@ -605,7 +605,7 @@ <%-- --%> - + diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp index 6c985810..b4ef8ff8 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduAplctList.jsp @@ -86,7 +86,7 @@ $(document).ready(function(){ if($applyButton.prop('disabled')){ $applyButton.removeAttr('onclick'); $applyButton.prop('disabled', false); - $applyButton.css('background-color', '#888'); + $applyButton.css({'background':'#f4f4f4','color':'#888'}); /*24.01.23 웹접근성 검사를 위하여 title 추가*/ $applyButton.attr('title','비활성화됨'); $applyButton.removeAttr('data-tooltip'); @@ -138,7 +138,7 @@ $(document).ready(function(){ if($applyButton.prop('disabled')){ $applyButton.removeAttr('onclick'); $applyButton.prop('disabled', false); - $applyButton.css('background-color', '#888'); + $applyButton.css({'background':'#f4f4f4','color':'#888'}); /*24.01.23 웹접근성 검사를 위하여 title 추가*/ $applyButton.attr('title','비활성화됨'); $applyButton.removeAttr('data-tooltip'); @@ -689,8 +689,8 @@ $(document).ready(function(){ - - + + @@ -769,7 +769,7 @@ $(document).ready(function(){ onclick="fncAplctPopup('','','','10','select' ,'','','' )" title="팝업 열림">신청 --%> - - + + @@ -654,7 +654,7 @@ $(document).ready(function(){
    - +
    diff --git a/src/main/webapp/js/fullcalendar/5.9.0/main.css b/src/main/webapp/js/fullcalendar/5.9.0/main.css index e444faa7..5f7b6745 100644 --- a/src/main/webapp/js/fullcalendar/5.9.0/main.css +++ b/src/main/webapp/js/fullcalendar/5.9.0/main.css @@ -223,7 +223,7 @@ When it's NOT activated, the fc-button classes won't even be in the DOM. .fc .fc-today-button{ font-size: 18px !important; font-weight: 400!important; - background-color: #f48105 !important; + background-color: var(--primary-color) !important; color: #fff!important; transition:background-color .1s linear!important; border-radius : 5px!important; @@ -231,7 +231,7 @@ When it's NOT activated, the fc-button classes won't even be in the DOM. margin-right: 5px; } .fc .fc-today-button:hover{ - background-color: #f45f05 !important; + background-color: var(--primary-color-hover) !important; transition: background-color .1s linear !important; } .fc .fc-dayGridMonth-button{ @@ -257,8 +257,9 @@ When it's NOT activated, the fc-button classes won't even be in the DOM. .fc .fc-button-primary { color: #ccc; background-color: #fff; - border-color: #ccc; + border-color: #d8d8d8; transition: background-color 0.1s linear; + border-radius:8px; } .fc .fc-button-primary:hover { /*color: #fff; @@ -291,7 +292,8 @@ When it's NOT activated, the fc-button classes won't even be in the DOM. } .fc .fc-button .fc-icon { vertical-align: middle; - font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */ + color:#333; + font-size: 2.8rem; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */ } .fc .fc-button-group { position: relative; @@ -334,7 +336,7 @@ When it's NOT activated, the fc-button classes won't even be in the DOM. align-items: center; } .fc .fc-toolbar.fc-header-toolbar { - margin-bottom: 1.5em; + margin-bottom: 20px; } .fc .fc-toolbar.fc-footer-toolbar { margin-top: 1.5em; @@ -350,7 +352,7 @@ When it's NOT activated, the fc-button classes won't even be in the DOM. margin: 0; } .fc-direction-ltr .fc-toolbar > * > :not(:first-child) { - margin-left: .75em; /* space between */ + margin:0 .75em; /* space between */ } .fc-direction-rtl .fc-toolbar > * > :not(:first-child) { margin-right: .75em; /* space between */ @@ -467,6 +469,7 @@ When it's NOT activated, the fc-button classes won't even be in the DOM. .fc .fc-view-harness { flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */ position: relative; + border-top: 2px solid #858686; } .fc { @@ -486,6 +489,7 @@ When it's NOT activated, the fc-button classes won't even be in the DOM. .fc .fc-col-header-cell-cushion { display: inline-block; /* x-browser for when sticky (when multi-tier header) */ padding: 2px 4px; + font-size: 16px; } .fc .fc-bg-event, .fc .fc-non-business, @@ -632,8 +636,8 @@ A HORIZONTAL event border: 1px solid #3788d8; border: 1px solid var(--fc-event-border-color, #3788d8); background-color: #3788d8; - background-color: var(--fc-event-bg-color, #3788d8) - + background-color: var(--fc-event-bg-color, #3788d8); + font-size: 1.7rem !important; } .fc-h-event .fc-event-main { color: #fff; @@ -654,10 +658,13 @@ A HORIZONTAL event .fc-h-event .fc-event-title { display: inline-block; /* need this to be sticky cross-browser */ vertical-align: top; /* for not messing up line-height */ - left: 0; /* for sticky */ + left:3px; /* for sticky */ right: 0; /* for sticky */ max-width: 100%; /* clip overflow on this element */ overflow: hidden; + font-size:15px; + white-space:nowrap; + text-overflow:ellipsis; } .fc-h-event.fc-event-selected:before { /* expand hit area */ @@ -929,7 +936,7 @@ A HORIZONTAL event position: relative; /* for z-indexes assigned later */ white-space: nowrap; border-radius: 5px; /* dot event needs this to when selected */ - font-size: 14px !important; + font-size: 17px !important; font-size: var(--fc-small-font-size, 14px); height: 24px; line-height: 1.3; diff --git a/src/main/webapp/visitEdu/usr/publish/css/common.css b/src/main/webapp/visitEdu/usr/publish/css/common.css index dcc52d7e..dcd7e27d 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/common.css +++ b/src/main/webapp/visitEdu/usr/publish/css/common.css @@ -11,10 +11,9 @@ --secondary-color-light:#f2fbfd; --secondary-color-light-hover:#ebf9fc; - --red-color:#e81717; - --red-color-hover:#d11515; - --red-color-light:#fde8e8; - --red-color-light-hover:#fcdcdc; + --red-color:#dc1818; + --red-color-hover:#ce1010; + --red-color-light:#ffe5e5; --gray-color:#838484; --gray-color-hover:#636464; @@ -78,10 +77,10 @@ header nav .depth01{display:flex;height:90px;font-size:2.8rem;font-weight:600;co header nav li:hover .depth01{border-bottom:3px solid var(--primary-color);color:var(--primary-color)} .depth02_wrap{position:absolute;display:flex;width:100%;height:0;left:0;overflow:hidden;transition:height .5s;} -.on .depth02_wrap{height:200px;top:100%;margin:0 auto;} -.depth02_wrap::before{position:absolute;content:"";width:100vw;height:100%;background:#fff;border-top:1px solid #d8d8d8;box-shadow:0 5px 8px rgba(0,0,0,0.05);} +.on .depth02_wrap{height:220px;top:100%;margin:0 auto;} +.depth02_wrap::before{position:absolute;content:"";width:100vw;height:200px;background:#fff;border-top:1px solid #d8d8d8;border-bottom:1px solid #e8e8e8;box-shadow:0 5px 8px rgba(0,0,0,0.05);} .depth02,.depth02_wrap .menu_title{position:relative;} -.depth02_wrap .menu_title{width:38vw;height:calc(100% + 1px);background:#396ac4;box-sizing:border-box;} +.depth02_wrap .menu_title{width:38vw;height:201px;background:#396ac4;box-sizing:border-box;} .depth02_wrap .menu_title span{position:relative;display:block;font-size:2.7rem;font-weight:500;color:#fff;padding:0 0 0 17px;;margin:64px 0 0 18vw} .depth02_wrap .menu_title span::before{position:absolute;content:"";width:5px;height:23px;background:#fff;left:0;} .depth02_wrap .depth02{display:flex;padding:64px 0 0 70px;gap:30px;} diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index f6ba7ea4..35bbd8b5 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -19,8 +19,8 @@ .lnb_nav .depth01{display:flex;height:70px;font-size:1.7rem;font-weight:500;color:#555;align-items:center;justify-content:space-between;} .lnb_nav .depth01 i{display:inline-block;width:25px;height:25px;background:url(/ipedu/visitEdu/usr/publish/images/common/lnb_icon.png) no-repeat left top;} -.lnb_nav .depth01:hover,.lnb_nav .depth01.active{color:var(--primary-color-dark);} -.lnb_nav .depth01:hover i,.lnb_nav .depth01.active i{background:url(/ipedu/visitEdu/usr/publish/images/common/lnb_icon.png) no-repeat left bottom;} +.lnb_nav .depth01:hover,.lnb_nav .on .depth01{color:var(--primary-color-dark);} +.lnb_nav .depth01:hover i,.lnb_nav .on .depth01 i{background:url(/ipedu/visitEdu/usr/publish/images/common/lnb_icon.png) no-repeat left bottom;} .container .inner>.cont_wrap {display:inline-block;width:calc(100% - 336px);max-width:100%;} .container .cont_tit{display:flex;padding:0 0 20px 0;margin:0 0 50px 0;justify-content:space-between;align-items:flex-end;border-bottom:2px solid #d7d7d7;} @@ -85,13 +85,15 @@ button{transition: background-color .1s linear;} .btn.regular{height:40px;} .btn.large{height:45px;padding:0 30px;} -.btn.fill.blue{background:var(--primary-color);color:#fff;} -.btn.fill.mint{background:var(--secondary-color);color:#fff;} -.btn.fill.gray{background:var(--gray-color);color:#fff;} +.btn.fill.blue{background:var(--primary-color);color:#fff;border:0;} +.btn.fill.mint{background:var(--secondary-color);color:#fff;border:0;} +.btn.fill.gray{background:var(--gray-color);color:#fff;border:0;} +.btn.fill.red{background:var(--red-color);color:#fff;border:0;} .btn.fill.blue:hover{background:var(--primary-color-hover);color:#fff;} .btn.fill.mint:hover{background:var(--secondary-color-hover);color:#fff;} .btn.fill.gray:hover{background:var(--gray-color-hover);color:#fff;} +.btn.fill.red:hover{background:var(--red-color-hover);color:#fff;border:0;} .btn.fill.lightblue{background:var(--primary-color-light);border:1px solid var(--primary-color);color:var(--primary-color);} .btn.fill.lightmint{background:var(--secondary-color-light);border:1px solid var(--secondary-color);color:var(--secondary-color);} @@ -104,10 +106,12 @@ button{transition: background-color .1s linear;} .btn.line.blue{border:1px solid #b4c7eb;color:var(--primary-color);} .btn.line.mint{border:1px solid #b1dce7;color:var(--secondary-color);} .btn.line.gray{border:1px solid #c5c5c5;color:var(--gray-color);} +.btn.line.red{border:1px solid var(--red-color);color:var(--red-color);} .btn.line.blue:hover{border:1px solid #99b1e2;color:var(--primary-color);} .btn.line.mint:hover{border:1px solid #91cada;color:var(--secondary-color);} .btn.line.gray:hover{border:1px solid #aeaeae;color:var(--gray-color);} +.btn.line.red:hover{border:1px solid var(--red-color-light);color:var(--red-color-light);} /* 기본 input texarea */ input {border: 1px solid #d5d5d5; border-radius: 5px;} @@ -257,7 +261,7 @@ duet-date-picker *:focus{outline: auto !important;} .board_util li{position:relative;font-size:1.5rem;color:#555;padding:0 0 0 12px;box-sizing:border-box;} .board_util li::before{position:absolute;content:"";width:5px;height:5px;background:#b7b7b7;border-radius:100%;left:0;top:5.4px;} .board_view_content{padding:30px 20px;font-size:1.7rem;color:#555;line-height:1.4;border-bottom:1px solid #d8d8d8;box-sizing:border-box;} -.board_view .file_wrap{display:flex;padding:20px;gap:8px;border-left:0;border-right:0;border-radius:0;box-sizing:border-box;} +.board_view .file_wrap{display:flex;padding:20px;margin:-1px 0 0 0;gap:8px;border-left:0;border-right:0;border-radius:0;box-sizing:border-box;} .board_view .file{display:flex;font-size:1.7rem;color:#555;align-items:center;gap:8px;} /* faq */ @@ -676,16 +680,16 @@ duet-date-picker *:focus{outline: auto !important;} .agree_wrap .agree_chx {background-color: #f5f5f5; border-radius: 5px; padding: 16px 20px; margin-top: 8px; margin-bottom: 40px; box-sizing: border-box;} /* file table */ -.file_wrap{width: 100%; margin-top: -1px; border: 1px solid #d5d5d5; border-radius: 5px; overflow: hidden;} +.file_wrap{width: 100%; margin-top: 10px; border: 1px solid #d5d5d5; border-radius: 5px; overflow: hidden;} .file_wrap:last-child {margin-bottom: 10px;} .file_wrap table{width: 100%; table-layout: fixed;} .file_wrap table thead{border-bottom: 1px solid #d5d5d5;} .file_wrap table thead th{height: 30px; font-size: 14px; color: #666; background-color: #fff; text-align: center; letter-spacing: -0.8px; vertical-align: middle; font-weight: 400; padding: 0; border-right: 0} .file_wrap th input,.file_wrap td input{height: auto;} .file_wrap .tb_file_before{height: 110px; position: relative;} -.file_wrap tbody.tb_file_before td{padding: 0; height: 100%; background-color: #f1f1f1; background-image: url(../images/content/icon_file.png); background-repeat: no-repeat; background-position: center 25px; text-align: center;} +.file_wrap tbody.tb_file_before td{padding: 0; height: 100%; background-color: #f1f1f1; background-image: url(../images/content/file_before.png); background-repeat: no-repeat; background-position: center 25px; text-align: center;} .file_wrap tbody.tb_file_before p{font-size: 14px; font-weight: 400; color: #666666; text-align: center; padding-top: 70px;} -.file_wrap tbody.tb_file_before span{color: #2b68da;} +.file_wrap tbody.tb_file_before span{color: #2b68da;font-size:inherit;} .file_wrap tbody.tb_file_after{height: auto;} .file_wrap tbody.tb_file_after tr{border-bottom: 1px solid #d5d5d5;} .file_wrap tbody.tb_file_after tr:last-child{border-bottom: 0;} @@ -702,6 +706,9 @@ duet-date-picker *:focus{outline: auto !important;} .file_cf .cf_left span {color: #e40000; font-weight: 400;} .file_cf .cf_right span {color: #2b68da; font-weight: 400;} +.upload_area .btn_add_file{height:35px;font-size:1.5rem;} +.tb_type01>table>tbody>tr>td.upload_area >.btnType01.btn_add_file{height:35px;font-size:1.5rem;} + /* 강사유형 선택 */ .sel_tpye {margin: 100px 165px 24px 165px; text-align: center;} .sel_tpye>p {font-size: 30px; font-weight: 300; letter-spacing: -0.5px;} @@ -820,14 +827,14 @@ duet-date-picker *:focus{outline: auto !important;} .edu_wrap .edu_img img{width: 70%; display: block; margin: auto auto 30px auto;} .edu_wrap .edu_table tbody th p{font-weight: 500;} .edu_wrap .edu_table tbody td{font-weight: 400;} -.edu_wrap .tb_type01 table tbody .edu_sus_num li{display: flex;background-color: #ececec; width: 50%; border-radius: 50px; position: relative; justify-content:flex-start; align-items:center; padding:0 5px; margin: 0 0 17px 0; box-sizing: border-box;} +.edu_wrap .tb_type01 table tbody .edu_sus_num li{display: flex;background-color: #ececec; width: 56%; border-radius: 50px; position: relative; justify-content:flex-start; align-items:center; padding:0 5px; margin: 0 0 17px 0; box-sizing: border-box;} .edu_wrap .tb_type01 table tbody .edu_sus_num li:last-child{margin: 0;} .edu_wrap .tb_type01 table tbody .edu_sus_num li .num{width: 28px; height: 28px; background-color: #fff; font-weight: 600; font-size: 15px; border-radius: 14px;margin: 10px 0 10px 10px; text-align: center; display:flex; align-items:center; justify-content: center;} .edu_wrap .tb_type01 table tbody .edu_sus_num li p{width:calc(100% - 40px); font-size: 1.6rem;margin:0 0 0 6px; color: #222;} .edu_wrap .tb_type01 table tbody .edu_sus_num li p b{position:relative; font-size:inherit; font-weight:600; padding:0 15px 0 0 ;margin: 0 15px 0 0;} .edu_wrap .tb_type01 table tbody .edu_sus_num li p b::after{position:absolute;content:""; width:1px; height:10px; background-color: #999; right:0; top:8px;} -.edu_wrap .tb_type01 table tbody .edu_sus_num li p span{font-weight: 500;} -.edu_wrap .tb_type01 table tbody .edu_sus_num .sus_te p b span{font-size: 15px; font-weight: 400;} +.edu_wrap .tb_type01 table tbody .edu_sus_num li p span{font-weight: 500; font-size: inherit;} +.edu_wrap .tb_type01 table tbody .edu_sus_num .sus_te p b span{font-size: 1.5rem; font-weight: 400;} /*마이페이지 추가*/ .mypage_wrap .mypage{display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 0 40px 0;} @@ -981,7 +988,7 @@ duet-date-picker *:focus{outline: auto !important;} .btn.small{height:70px;font-size:3rem;} .btn.regular{height:80px;} - .btn.large{height:90px;padding:0 60px;} + .btn.large{height:90px;padding:0 60px;font-size:3.6rem;} .list_top{flex-wrap:wrap;gap:10px;} .list_top>div{width:100%;} @@ -1112,7 +1119,7 @@ duet-date-picker *:focus{outline: auto !important;} .tb_type01.tb_write .file{display:flex;align-items:center;gap:8px;} /* list */ - .tb_list01{border-top:2px solid #858686;} + .tb_list01{border-top:2px solid #858686;border-bottom:1px solid #535353;} .tb_list01 table,.tb_list01 tbody{display:block;} .tb_list01 thead{display:none;} .tb_list01 tr{display:flex;padding:20px 16px;flex-direction:column;justify-content:flex-start;border-bottom:1px solid #e5e5e5;gap:16px;} diff --git a/src/main/webapp/visitEdu/usr/publish/css/popup.css b/src/main/webapp/visitEdu/usr/publish/css/popup.css index cf49dfd8..cc5ec6d9 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/popup.css +++ b/src/main/webapp/visitEdu/usr/publish/css/popup.css @@ -3,14 +3,15 @@ .t_left {text-align: left !important;} .popup_wrap{display: none; position: fixed; z-index: 23; box-shadow: 0 0 10px rgba(0,0,0,0.25); border-radius: 5px; /*overflow: hidden;*/ z-index: 50;} -.popup_tit {height: 45px; background-color: #2b68da; display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 18px; font-weight: 400; padding: 0 20px; border-radius: 5px 5px 0 0; box-sizing: border-box;} +.popup_tit {height: 45px; background-color: #2b68da; display: flex; justify-content: space-between; align-items: center; color: #fff; font-size: 1.8rem; font-weight: 400; padding: 0 20px; border-radius: 5px 5px 0 0; box-sizing: border-box;} -.btn_popup_close{width: 16px; height: 16px; padding: 0;} -.btn_popup_close i{display: inline-block; width: 100%; height: 100%; background-image: url(../images/content/pop_close.png); background-repeat: no-repeat;} -.popup_tit2 {font-size: 17px; padding-bottom: 7px;} +.btn_popup_close{width: 20px; height: 20px; padding: 0;} +.btn_popup_close i{display: inline-block; width: 100%; height: 100%; background-image: url(../images/common/icon_close_white.png); background-repeat: no-repeat;} +.popup_tit2 {font-size: 1.7rem; padding-bottom: 7px;} .popup_cont {color: #222; padding: 40px 20px; box-sizing: border-box;background-color: #fff; border-radius: 0 0 5px 5px;} -.popup_cont input[type="text"],.popup_cont input[type="date"] {height: 40px; padding: 0 10px; font-size: 16px;box-sizing: border-box;color:#222;} +.popup_cont input[type="text"],.popup_cont input[type="date"] {height: 32px; padding: 0 10px; font-size: 1.6rem;box-sizing: border-box;color:#222;} .popup_cont .pagination {margin: 0 0 10px 0;} +.popup_cont .calendar_wrap{font-size:1.5rem;} /* popup list top css 수정(학교명 검색) */ .popup_cont .list_top {padding: 14px 30px;} @@ -20,7 +21,7 @@ .popup_cont .list_top .btn_wrap button {margin-left: 4px;} /* popup button type */ -.pop_btn_wrap button{margin: 0 1px;height: 34px; padding: 0 25px;font-size: 16px;text-align: center; vertical-align: middle; letter-spacing: -0.8px; border-radius: 5px; box-sizing: border-box; transition: background-color .1s linear;} +.pop_btn_wrap button{margin: 0 1px;height: 34px; padding: 0 25px;font-size: 1.6rem;text-align: center; vertical-align: middle; letter-spacing: -0.8px; border-radius: 5px; box-sizing: border-box; transition: background-color .1s linear;} .pop_btn_wrap button:first-child{margin-left: 0;} .pop_btn_wrap button:last-child{margin-right: 0;} @@ -36,27 +37,27 @@ .popup_wrap.popType05 {width: 730px;} .popup_table_top{margin:0 0 15px 0;text-align:right;} -.popup_table_top button{height:38px;padding:0 13px;font-size:16px;font-weight:500;border-radius:5px;} +.popup_table_top button{height:38px;padding:0 13px;font-size:1.6rem;font-weight:500;border-radius:5px;} /* popup table type01 */ -.pop_tb_type01 {margin-bottom: 40px; overflow-y: scroll; max-height: 500px;} -.pop_tb_type01>table{width: 100%; table-layout: fixed;} -.pop_tb_type01>table>tbody {border-top: 2px solid #000;} -.pop_tb_type01>table>tbody>tr{border-bottom: 1px solid #e5e5e5;} -.pop_tb_type01>table>tbody>tr>th,.pop_tb_type01>table>tbody>tr>td{ font-size: 15px; text-align: left;box-sizing: border-box;} -.pop_tb_type01>table>tbody>tr>th{background-color: #f5f5f5; font-weight: 400; vertical-align: top; padding-top: 19px; padding-left: 20px;} +.pop_tb_type01 {margin-bottom: 25px; overflow-y: scroll; max-height: 500px} +.pop_tb_type01>table{width: 100%; table-layout: fixed;; border-top: 2px solid #858686;} +.pop_tb_type01>table>thead>tr>th{height:40px;padding:5px 10px;font-size:1.6rem;font-weight:500;background:#f8f9fa;border-bottom:1px solid #d8d8d8;color:#555;text-align:left;vertical-align:middle;} +.pop_tb_type01>table>tbody>tr{border-bottom: 1px solid #d8d8d8;} +.pop_tb_type01>table>tbody>tr>th,.pop_tb_type01>table>tbody>tr>td{font-size: 1.5rem; padding:3px 12px; text-align: left;box-sizing: border-box;vertical-align: middle;} +.pop_tb_type01>table>tbody>tr>th{background-color: #f8f9fa; font-weight: 400; padding: 5px 12px;} .pop_tb_type01>table>tbody>tr>th p {line-height: 1.3;} -.pop_tb_type01>table>tbody>tr>td{padding: 10px 13px; height: 55px; font-weight: 300; color: #555; vertical-align: middle; line-height: 1.4;} -.pop_tb_type01>table>tbody>tr>td textarea {width: 100%; height: 80px; font-size: 16px; padding: 10px 15px; box-sizing: border-box;} -.pop_tb_type01>table>tbody>tr>td button {font-size: 15px; height: 35px; padding: 0 16px;} +.pop_tb_type01>table>tbody>tr>td{padding: 10px; height: 55px; font-size:1.5rem; font-weight: 300; color: #555; vertical-align: middle; line-height: 1.4;} +.pop_tb_type01>table>tbody>tr>td textarea {width: 100%; height: 80px; font-size: 1.5rem; padding: 10px 15px; box-sizing: border-box;} +.pop_tb_type01>table>tbody>tr>td button {font-size: 1.5rem; height: 35px; padding: 0 15px;} .pop_tb_type01>table>tbody>tr>td .duet-date__nav button{padding: 0; height: 35px;} -.pop_tb_type01>table>tbody>tr>td .file_cf {margin: 5px 0 0 0; font-size: 15px;} +.pop_tb_type01>table>tbody>tr>td .file_cf {margin: 5px 0 0 0; font-size: 1.5rem;} /* popup table type02 */ .pop_tb_type02{margin-bottom: 25px; max-height: 500px; overflow-y: scroll;} -.pop_tb_type02>table{width: 100%; table-layout: fixed; border-top: 2px solid #000;} -.pop_tb_type02>table>thead>tr{border-bottom: 1px solid #e5e5e5;} -.pop_tb_type02>table>tbody>tr{border-bottom: 1px solid #e5e5e5;} +.pop_tb_type02>table{width: 100%; table-layout: fixed; border-top: 2px solid #858686;} +.pop_tb_type02>table>thead>tr{border-bottom: 1px solid #d8d8d8;} +.pop_tb_type02>table>tbody>tr{border-bottom: 1px solid #d8d8d8;} .pop_tb_type02>table>thead>tr>th,.pop_tb_type02>table>tbody>tr>th,.pop_tb_type02>table>tbody>tr>td{font-size: 15px; text-align: center; vertical-align: middle; height: 45px; padding: 0 5px;} .pop_tb_type02>table>thead>tr>th:last-child,.pop_tb_type02>table>tbody>tr>td:last-child{border-right: 0;} .pop_tb_type02>table>thead>tr>th{font-weight: 400; background-color: #f5f5f5;} diff --git a/src/main/webapp/visitEdu/usr/publish/images/common/icon_close_white.png b/src/main/webapp/visitEdu/usr/publish/images/common/icon_close_white.png new file mode 100644 index 0000000000000000000000000000000000000000..01e40dcd78ce667cc971cf942e5d05dcd37f8617 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^A|TAc1|)ksWqE-VXMsm#F#`j)FbFd;%$g$s6zuSH zaSXBO-8=On*8v3%*VO*MN%O5F-W)!5^RURV1716PJ}6$AJZmN+TS)@@to7Qr?rdik z+tBUar?h1!|G5{>zHDFPbbrGH+uJi7gXgbwWNo{?foblo5Wo0SNn7ofzZRIrX#7IN zjEU`wbg0YhvIA*ZKb2EoF7>$WcI(EaW^85JPBST)3Wq2isX<66&+k3Yn2i05 z?a53cAw}Ilx&n!A5UcL^MMz!nDdH#bQx`;H4^%~n1&Cb{E4ZE?6>38^jO6jNecrj} z-gAAuwYc!ac<#ZRAPD2t`N|TU?}j5cx*z^mAKLdPoW`R0rxQUqa40)&6JC4$h#-u7 zto@Ib+oyG-c>5ugQO=6ENIZ|XlGI4k$X3;M zyREbhg~xRjS(c@0x~l6kAmn5{OmRmJlcNKM3QI`rN2$+4F=NCoZ>1#(r1o+Mq9JXV z^y>r_Q#&|Pk)mZe4Sz6gD8EyHziJL>k(6zSi)N|VRLINOpgwNQ8L^c zwc=(sQ%Y3UWC6eu5Qc`Kq6SZS(%`qqWB7QOO=Qo;45vJ{+@?u%)>y&$?Lx+f%U*uMTeB$eO95z=(0t)TlWv z7cevBJjx^4E$T(N=(@V=PJ4Oc0uLp&$KwD)pZEc;Gc^k9lK79BS>EKa!zt9<$hsNW zA@01NfOYHr_u~wEzQ1bvVz=pROtM}tNhC9wQK^61ze)A>rn5)eZZII-#rz&D;a=Lt zF)P=h(*N09>aD~lcx`v-do%ujl-@5ZY2dKVU~;NbmW-N>n4T%>zy0byyI~v+;4tH| z<#4*f#c)2e5U69AzL#FO_$y5At!kxQn|$TM&O76uuiQ7X^WF6W2fw}R?aeRB=RU1% zK05lLP(~;3AKPEvIkGQz3g>RW`c=C5aedn^e4xJd=IJY!uWsG@?91<6c%Qs<==|jO zD=&^+|9VOI>)p!XWagmq%gAZl*^WQDnHrcbFUWNhd+B}D*E!y iA4VVf@%$U!9}^d^9Gb=+D%&Sl&ixIICLMJE literal 0 HcmV?d00001 diff --git a/src/main/webapp/visitEdu/usr/publish/images/content/file_before.png b/src/main/webapp/visitEdu/usr/publish/images/content/file_before.png new file mode 100644 index 0000000000000000000000000000000000000000..fe9d06f2bcf03009007f9ba0ea54248d2af85960 GIT binary patch literal 1758 zcmaJ?c~BE~7>$4g5d=}rL0BRPI3(F5K-fs+$RSZeBZNcnNJy3tFxi-FBw)n~4x*^l zBBHG=B3Gbtsnj|kpg112P>WDXICP}aDq0FfD^qp4LBRe|x-+}KW8Zt<_xrxLvxfvx z8>}r|EO9uTH7|l4jg6kz?PXz(J=bpC#KZBjL1d6hrc#L*f~d(wNH+Vx2DB=*Hb@z`NPo#Ezbe&mYH zwzsRaNvYL>?m*$WqVtdN9-iSg+!hg`xblzyI;~r6#?<+{9l@93?Z_@Gh)$9ow&}!3 zaz5V9#@61h&F+MqMfOP%k+TSv7i^QATD-iu3EeTod)NPBV5o10Y_zkbuClgP;e^}0 zpE@@F{Q01bRb+0cNkgNf4?V~0G;aFsJL{0azCQfW&`|opI|IEN&t3N0D!J4j`n7$P z;i$`P_v(0ieR;WAu$zs_b%XmoPoKiHP${W+Y0LI;OQCO?Rq14`DM1tDdVg@xD(jk4 zBcW%{fr~Zf?3615rPb9-tjtaK`kf4ZBCw7?`I~=C)SL9IJD{${-Zv$dR#YsGTtm6? zr`{9jiR%62&i5&_*B`I<@d3QUNY4Vouf{Mt8ecyS1#s6zf>&9D#zb%50laOEYk}-I zB*=a@Su>isUHEw=>jmc}h*vicJwh2C4h0q3eev;*2f{rV)-s~>^7-!FN2BmHYnp0m zbBlKMpM7)hikA**wJ50^u`TcxJ>Rfc@Qt%5@9+B1AGi+f57(Kp%Esci6K|C}_#gjv zM{o8U%VlWGwM3|}={RS^R&QAq}JW=)+I76o{i05^oX77|J?vvzACa%rFOKeKI z6#9;HZXPE;h3-!`i=AAb&^kv3EMhyX@^5GmQQX~?kdVH7V~1J3T~N`Ne@Gq z-GyRm!*Fl0wL^i|$dilpMhK5Z}8kBm~!ywfUm5p)Fn=IdQa-ns?=dqeOb@4@(k|ONZW(9_(Z;b>?Cch b
    첨부파일 리스트 : 파일명, 종류, 크기, 삭제