2024/11/13 달력 입력 창 크기 수정, 드래그 드롭 디자인 수정, table 디자인 수정
This commit is contained in:
parent
30d084bf33
commit
5648a692ca
@ -4,6 +4,9 @@
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%>
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
|
||||
|
||||
<link rel="stylesheet" href="/kofair_case_seed/usr/style/mypage.css">
|
||||
<script src="/kofair_case_seed/usr/scripts/mypage.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
function SetPriceInput(str){
|
||||
str=str.replace(/,/g,'');
|
||||
|
||||
@ -2,6 +2,9 @@
|
||||
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
||||
<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%>
|
||||
|
||||
<!-- css -->
|
||||
<link rel="stylesheet" href="/kofair_case_seed/usr/style/counsel.css">
|
||||
|
||||
<!-- js -->
|
||||
<script src="/js/lib/jquery-1.9.1.min.js"></script>
|
||||
<script src="/js/lib/jquery-migrate-1.2.1.min.js"></script>
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</div>
|
||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||
<div id="fileControl"></div><br/>
|
||||
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||
|
||||
<input type="hidden" name="fileFuncType" value="form_notice" />
|
||||
<input type="hidden" name="innorixFileListVO" value="" />
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</div>
|
||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||
<div id="fileControl"></div><br/>
|
||||
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||
|
||||
<input type="hidden" name="fileFuncType" value="form_notice" />
|
||||
<input type="hidden" name="innorixFileListVO" value="" />
|
||||
|
||||
@ -69,7 +69,7 @@
|
||||
<!-- <input type="button" value="첨부파일" class="btn btn_text btn_36 blue_border temp-file-button" onclick="control.openFileDialog();"/> -->
|
||||
</div>
|
||||
<!-- 첨부파일 업로드 목록 및 드래그&드랍 영역 -->
|
||||
<div id="fileControl"></div><br/>
|
||||
<div id="fileControl" class="w100per dragdrop_wrap"></div>
|
||||
|
||||
<input type="hidden" name="fileFuncType" value="exam" />
|
||||
<input type="hidden" name="innorixFileListVO" value="" />
|
||||
|
||||
@ -24,7 +24,9 @@ $(document).ready(function(){
|
||||
};
|
||||
|
||||
//시작일
|
||||
jQuery("#fixDay").datetimepicker();
|
||||
jQuery("#fixDay").datetimepicker({
|
||||
buttonImage: "/kofair_case_seed/adm/images/component/icon_calendar.png"
|
||||
});
|
||||
|
||||
//$('img.ui-datepicker-trigger').css({'cursor':'pointer', 'margin-bottom':'-4px'}); //아이콘(icon) 위치
|
||||
setTimeout(function() {
|
||||
@ -545,7 +547,7 @@ function fn_checkList() {
|
||||
<div class="form-inline">
|
||||
<div class="form-group" style="vertical-align: middle;">
|
||||
<div class="calendar">
|
||||
<input type="text" class="form-element" style="width:140px;" id="fixDay" name="fixDay"/>
|
||||
<input type="text" class="form-element" style="width:160px !important;" id="fixDay" name="fixDay"/>
|
||||
</div>
|
||||
<!-- <input type="text" class="form-element" style="width:140px;" placeholder="시간(ex: 11:00)"/> -->
|
||||
</div>
|
||||
|
||||
@ -1676,7 +1676,7 @@ function showConsignmentGubun(){
|
||||
</c:forEach>
|
||||
</c:if>
|
||||
<c:if test="${empty applcntData}">
|
||||
<div align="center">
|
||||
<div class="bbs-view-item" align="center" style="border-top:2px solid #222;">
|
||||
등록된 데이터가 없습니다.
|
||||
</div>
|
||||
</c:if>
|
||||
@ -1782,7 +1782,7 @@ function showConsignmentGubun(){
|
||||
</c:if>
|
||||
|
||||
<c:if test="${empty applcntData}">
|
||||
<div align="center">
|
||||
<div class="bbs-view-item" align="center" style="border-top:2px solid #222;">
|
||||
등록된 데이터가 없습니다.
|
||||
</div>
|
||||
</c:if>
|
||||
@ -1910,7 +1910,7 @@ function showConsignmentGubun(){
|
||||
</c:if>
|
||||
|
||||
<c:if test="${empty respondentData}">
|
||||
<div align="center">
|
||||
<div class="bbs-view-item" align="center" style="border-top:2px solid #222;">
|
||||
등록된 데이터가 없습니다.
|
||||
</div>
|
||||
</c:if>
|
||||
@ -2016,7 +2016,7 @@ function showConsignmentGubun(){
|
||||
</c:if>
|
||||
<c:if test="${empty selectResagent}">
|
||||
<c:if test="${empty respondentData}">
|
||||
<div align="center">
|
||||
<div class="bbs-view-item" align="center" style="border-top:2px solid #222;">
|
||||
등록된 데이터가 없습니다.
|
||||
</div>
|
||||
</c:if>
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
<c:forEach var="listDep3" items="${whereAmIList}" varStatus="status3">
|
||||
<c:if test="${listDep3.upperMenuId eq listDep2.menuNo}">
|
||||
<li>
|
||||
<a href="${listDep3.url}" <c:if test="${listDep3.menuNo eq menuManageVO.menuNo}">class="active"</c:if> target="_blank">
|
||||
<a href="${listDep3.url}" <c:if test="${listDep3.menuNo eq menuManageVO.menuNo}">class="active"</c:if>>
|
||||
<c:out value="${listDep3.menuNm}"/>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
@ -13,7 +13,13 @@ function leftMenu() {
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
$(".menu_title").each(function(idx,itm){
|
||||
var menuTitle = $(itm).text().trim();
|
||||
if(menuTitle == "Dashboard"){
|
||||
$(itm).addClass("none");
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
|
||||
$('.menu_title').on('click',function () {
|
||||
|
||||
@ -12,6 +12,7 @@
|
||||
.leftmenu .depth01_li.active{border:0;}
|
||||
.leftmenu .menu_title{position:relative;display:flex;width:100%;height:54px;font-size:18px;font-weight:500;text-align:left;color:#888bbc;letter-spacing:-0.4px;align-items:center;}
|
||||
.leftmenu .menu_title::after{position:absolute;content:"";width:10px;height:10px;border-top:2px solid #888bbc;border-right:2px solid #888bbc;transform:rotate(-45deg);right:20px;top:23px;}
|
||||
.leftmenu .menu_title.none::after{display:none;}
|
||||
.leftmenu .active .menu_title{color:#fff;}
|
||||
.leftmenu .active .menu_title::after{border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(135deg);top:20px;}
|
||||
|
||||
|
||||
@ -180,6 +180,10 @@ form h3,.title.depth02{font-size:20px;font-weight:bold;}
|
||||
/* editor */
|
||||
div.webnote_toolbar_container{display:flex;}
|
||||
|
||||
/* 드래그드롭 */
|
||||
.dragdrop_wrap{margin:10px 0 0 0;border-radius:5px;}
|
||||
.bbs-view-item .innorix_basic div.irx_filetree.empty-uploader{background:url(/kofair_case_seed/adm/images/component/dragdrop_img.png) no-repeat center center !important;}
|
||||
|
||||
/* 댓글 */
|
||||
.cmmt_wrap{margin-top: 30px;}
|
||||
.cmmt_tit{display: flex; align-items: center;}
|
||||
|
||||
@ -267,7 +267,7 @@ function calendar() {
|
||||
$(".start_date").each(function (idx, itm) {
|
||||
$(this).find(".duet-date__input").attr("id", inputName);
|
||||
$(this).find(".duet-date__input").attr("name", inputName);
|
||||
$(this).find(".duet-date__input").attr("value", startSub);
|
||||
$(this).find(".duet-date__input").attr("value", startDtVal);
|
||||
$(this).find(".duet-date__input").next().attr("name", inputName + "_submit");
|
||||
$(this).find(".duet-date__input").next().attr("value", startSub);
|
||||
});
|
||||
@ -375,7 +375,7 @@ function calendar() {
|
||||
$(".end_date").each(function (idx, itm) {
|
||||
$(itm).find(".duet-date__input").attr("id", inputName);
|
||||
$(itm).find(".duet-date__input").attr("name", inputName);
|
||||
$(itm).find(".duet-date__input").attr("value", endSub);
|
||||
$(itm).find(".duet-date__input").attr("value", endDtVal);
|
||||
$(itm).find(".duet-date__input").next().attr("name", inputName + "_submit");
|
||||
$(itm).find(".duet-date__input").next().attr("value", endSub);
|
||||
});
|
||||
|
||||
@ -122,6 +122,7 @@ function snb() {
|
||||
var menuText = $(itm).text().trim();
|
||||
if(menuText == "실시간 상담"){
|
||||
$(itm).html("실시간 상담 <i class='icon outlink' style='margin:5px 0 0 10px;'></i>");
|
||||
$(itm).attr("target","_blank");
|
||||
}
|
||||
|
||||
})
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
.free_counsel_content .depth02:nth-child(2){margin:0;}
|
||||
.free_counsel_content .box.gray_border .info_ul .title{font-weight:400;}
|
||||
.free_counsel_content .box.gray_border .info_ul .title::after{top:7px;}
|
||||
.free_counsel_content .check_wrap{display:flex;margin:20px 0 0 0;font-size:1.7rem;justify-content:space-between;align-items:flex-start;}
|
||||
.free_counsel_content .check_wrap{display:flex;margin:20px 0 0 0;font-size:1.7rem;line-height:1.4;justify-content:space-between;align-items:flex-start;}
|
||||
.free_counsel_content .check_wrap .checkbox{margin:-3px 10px 0 0;}
|
||||
.free_counsel_content .check_wrap label{color:#888;}
|
||||
.free_counsel_content .check_wrap :checked+label{color:#333;}
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
.idf_method .btn_idf.kakao span{background:#f9d300;color:#371c1d;}
|
||||
|
||||
/* 분쟁조정신청현황 > 현황 */
|
||||
.apl_status_content.detail h3{margin:0 0 40px 0;}
|
||||
.apl_status_content.detail h3{margin:32px 0 40px 0;}
|
||||
.apl_status_content.detail .table_top.title{border-bottom:1px solid #cacaca;padding:0 0 10px 0;}
|
||||
.apl_status_content.detail .apl_list>li{margin:30px 0;}
|
||||
.apl_status_content.detail .apl_list .apl_title{position:relative;}
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
.search_wrap{display:flex;margin:40px 0 30px 0;padding:30px;border-radius:5px;background:#f4f5f7;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;}
|
||||
.search_wrap li{display:flex;font-size:1.6rem;align-items:center;gap:10px;}
|
||||
.search_wrap .calendar{width:130px;}
|
||||
.search_wrap .calendar .duet-date__input{font-size:1.5rem;;}
|
||||
.search_wrap .calendar .duet-date__input{font-size:1.5rem;}
|
||||
.search_wrap .btn_search{width:80px;}
|
||||
|
||||
.page{display:flex;margin:40px 0 0 0;justify-content:center;align-items:center;}
|
||||
@ -166,7 +166,7 @@
|
||||
.file_upload_wrap li a .file_size{font-size:1.4rem;font-weight:300;color:#666;margin:0 0 0 35px;}
|
||||
|
||||
/* info_ul */
|
||||
.info_ul{display:flex;flex-direction:column;gap:25px;}
|
||||
.info_ul{display:flex;line-height:1.4;flex-direction:column;gap:25px;}
|
||||
.info_ul .btn_wrap{margin:20px 0 0 0;}
|
||||
.info_ul .title+.btn_wrap{padding:0 0 0 19px;}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user