Merge branch 'sub'
This commit is contained in:
commit
c7cc1a9bb3
@ -63,8 +63,8 @@
|
||||
<p class="item-title">첨부자료</p>
|
||||
<div class="item-box">
|
||||
<c:forEach items="${fileList}" var="list" varStatus="status">
|
||||
<div style="margin-top:10px">
|
||||
<img src="/img/user/bbs/icon_file.gif" alt="gif"> <a href="/seed/extra/down/file.do?dataIdx=${list.EXTRA_FILE_IDX}&funcType=${list.EXTRA_FUNC_TYPE}&pathKey1=${siteIdx}">${list.EXTRA_FILE_NAME}</a>
|
||||
<div style="display:flex;align-items:center;gap:8px;">
|
||||
<img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png"><a href="/seed/extra/down/file.do?dataIdx=${list.EXTRA_FILE_IDX}&funcType=${list.EXTRA_FUNC_TYPE}&pathKey1=${siteIdx}">${list.EXTRA_FILE_NAME}</a>
|
||||
</div>
|
||||
</c:forEach>
|
||||
</div>
|
||||
|
||||
@ -67,8 +67,8 @@
|
||||
<p class="item-title">첨부자료</p>
|
||||
<div class="item-box">
|
||||
<c:forEach items="${fileList}" var="list" varStatus="status">
|
||||
<div style="margin-top:10px">
|
||||
<img src="/img/user/bbs/icon_file.gif" alt="gif"> <a href="/seed/extra/down/file.do?dataIdx=${list.EXTRA_FILE_IDX}&funcType=${list.EXTRA_FUNC_TYPE}&pathKey1=${siteIdx}">${list.EXTRA_FILE_NAME}</a>
|
||||
<div class="cs_file_list">
|
||||
<a href="/seed/extra/down/file.do?dataIdx=${list.EXTRA_FILE_IDX}&funcType=${list.EXTRA_FUNC_TYPE}&pathKey1=${siteIdx}" class="file_row background_none"><img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">${list.EXTRA_FILE_NAME}</a>
|
||||
</div>
|
||||
</c:forEach>
|
||||
</div>
|
||||
|
||||
@ -127,22 +127,22 @@
|
||||
<div class="bbs-view-item">
|
||||
<p class="item-title"><span style="color: red">*</span> 사진</p>
|
||||
<div class="item-box">
|
||||
<ul class="upFileHtml" id="upFileHtml" style="float: left">
|
||||
<li style="display: block;"><img src="/site/case/upload/uploadFiles/trublchargermng/${fileList[0].EXTRA_FILE_RENAME}" id="trubleImg" style="width:140px;height:180px " alt="사진이미지"></li>
|
||||
<ul class="upFileHtml cs_file_list w100per" id="upFileHtml" style="margin:0;">
|
||||
<li style="display: block;"><img src="/site/case/upload/uploadFiles/trublchargermng/${fileList[0].EXTRA_FILE_RENAME}" id="trubleImg" style="width:140px;height:180px;" alt="사진이미지"></li>
|
||||
<c:forEach items="${fileList}" var="list" varStatus="status">
|
||||
<li id="fileUploadP${status.count}" class="bbsFileHtml" style="display: block;">
|
||||
<img src="/img/user/bbs/icon_file.gif" alt="gif">
|
||||
<li id="fileUploadP${status.count}" class="bbsFileHtml file_row" style="display:flex;background:#f4f5f6;margin:0;">
|
||||
<img src="/kofair_case_seed/adm/images/component/icon_file_clip_blue.png">
|
||||
<span><a href="/seed/extra/down/file.do?dataIdx=${list.EXTRA_FILE_IDX}&funcType=${list.EXTRA_FUNC_TYPE}&pathKey1=${siteIdx}">${list.EXTRA_FILE_NAME}</a></span>
|
||||
<a href="javascript:;" onclick="javascript:jf_delete_file('${status.count}', '${list.EXTRA_FILE_SIZE}');deleteImg();" class="del ml7"><img src="/img/user/bbs/btn_file_del.png" alt="삭제"></a>
|
||||
<a href="javascript:;" onclick="javascript:jf_delete_file('${status.count}', '${list.EXTRA_FILE_SIZE}');deleteImg();" class="del ml7 btn_file_del"><i></i></a>
|
||||
<input type="hidden" name="fileIdx" value="${list.EXTRA_FILE_IDX}" class="fileIdxClass"/>
|
||||
</li>
|
||||
</c:forEach>
|
||||
</ul>
|
||||
<p style="display: inline-block;margin: 100px">
|
||||
<div class="temp-file-area cs_file_box">
|
||||
<p style="display: inline-block;">
|
||||
- 본인의 얼굴이 정면으로 보이는 명함사진을 등록해주세요.<br>
|
||||
- gif, jpg 파일만 등록 가능합니다.
|
||||
</p>
|
||||
<div class="temp-file-area">
|
||||
<label for="upFile" class="btn btn_text blue_border btn_36 temp-file-button" style="display:flex;justify-content:center;align-items:center;">첨부파일</label>
|
||||
</div>
|
||||
<input type="hidden" name="fileFuncType" value="trublchargermng" />
|
||||
|
||||
@ -207,8 +207,18 @@
|
||||
</a>
|
||||
</h1>
|
||||
<div class="header_util">
|
||||
<button type="button" class="btn only_icon btn_sertification"><i></i></button>
|
||||
<button type="button" class="btn only_icon btn_sertification_out hide"><i></i></button>
|
||||
|
||||
<c:choose>
|
||||
<c:when test="${certVO.name != '' && certVO.phone != ''}">
|
||||
<button type="button" class="btn only_icon btn_sertification_out" onclick="location.href='/web/user/mypage/case/01/168/myCheckRemove.do'"><i class="icon sertification_out"></i></button>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<button type="button" class="btn only_icon btn_sertification" onclick="location.href='/web/user/mypage/case/01/168/myCheck.do'"><i class="icon sertification"></i></button>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
<!-- <button type="button" class="btn only_icon btn_sertification"><i></i></button>
|
||||
<button type="button" class="btn only_icon btn_sertification_out hide"><i></i></button> -->
|
||||
<button type="button" class="btn only_icon btn_search"><i></i></button>
|
||||
<button type="button" class="btn only_icon btn_menu"><i></i></button>
|
||||
</div>
|
||||
|
||||
@ -194,7 +194,7 @@ function commonPopWindowopenForm(surl, popupwidth, popupheight, name, frm) {
|
||||
<div class="case_content">
|
||||
<div class="inner">
|
||||
<div class="title_wrap">
|
||||
<p class="title">분쟁조정 사례 <button type="button" class="btn only_icon gray_border round btn_plus"><i class="icon plus"></i></button></p>
|
||||
<p class="title">분쟁조정 사례 <button type="button" class="btn only_icon gray_border round btn_plus" onclick="location.href='/web/user/exam/case/402/162/exam402List.do'"><i class="icon plus"></i></button></p>
|
||||
<div class="case_slide_util">
|
||||
<button type="button" class="btn only_icon round gray_border btn_prev" title="이전 사례로 이동"><i class="icon arrow left"></i></button>
|
||||
<button type="button" class="btn only_icon round gray_border btn_pause" title="일시정지"><i class="icon pause"></i></button>
|
||||
|
||||
@ -947,3 +947,47 @@ div.webnote_imagecenter_path_title_buttons {
|
||||
font-style:italic;
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
/* 관리자 */
|
||||
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;}
|
||||
@ -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;}
|
||||
|
||||
@ -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;}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user