fix : 단속현황관리 - 메인폼 필드셋&레전드 삭제 및 디자인 추가 ,개별총정보 화살표아이콘 추가

main
psy 2 years ago
parent 219ed133f7
commit 7b32a1f7e2

@ -16,8 +16,8 @@ Date Author Description
<form id="frmSearch" name="frmSearch">
<div class="search">
<div class="detail_02" style="display: block;">
<fieldset class="frmSearch">
<legend>상세 검색</legend>
<p class="box_title">상세검색</p>
<ul class="detailGroup_02">
<select id="sch_date_opt" name="sch_date_opt" class="selectBox">
<option value="regltDe">단속일자</option>
<option value="registDt">등록일자</option>

@ -13,10 +13,19 @@
<span id="totCnt" style="padding: 0 10px;"></span>
<a href="#" class="btn blue" id="next">next</a>
-->
<button type="button" id="prev" name="prev">prev</button>
<%-- <img src="<c:url value='/resources/framework/images/common/btn_prev.png'/>" id="prev" alt="이전" style="cursor: hand"/>--%>
<button type="button" id="double_prev" name="double_prev">
<img src="/resources/images/btn/double_prev.png"/>
</button>
<button type="button" id="prev" name="prev">
<img src="/resources/images/btn/btn_prev.png"/>
</button>
<span id="totCnt" style="padding: 0 10px;"></span>
<button type="button" id="next" name="next">next</button>
<button type="button" id="next" name="next">
<img src="/resources/images/btn/btn_next.png"/>
</button>
<button type="button" id="double_next" name="double_next">
<img src="/resources/images/btn/double_next.png"/>
</button>
</div>
<c:choose>
<c:when test="${isUpdate}">

@ -64,14 +64,11 @@ table td > label{cursor: pointer;}
}/*삭제조심*/
img {vertical-align: middle; /*width:7%;*/}
img {vertical-align: middle;}
img, button {border: 0px;}
caption {display: none}
a {text-decoration: none;}
textarea {
padding: 5px;
box-sizing: border-box;
}
textarea {padding: 5px;box-sizing: border-box;}
input {box-sizing: border-box;}
label, label * {vertical-align: middle;}
@ -392,9 +389,6 @@ label, label * {vertical-align: middle;}
.content_body{
font-family: 'Dotum';
}
.content_body * {
/*font-family: inherit;*/
}
.row{
clear: both;
overflow: hidden;
@ -429,7 +423,6 @@ label, label * {vertical-align: middle;}
display: inline-block;
margin-left: 20px;
}
.main_footer .link_btn {
margin-left: 35px;
}
@ -491,11 +484,8 @@ label, label * {vertical-align: middle;}
border: 1px solid #a9a9a9;
/* background-color:#fff; 2020.09.04 박소영 추가함 */
}
/*.search select{ border: 1px solid #a9a9a9; background-color:#f6f6f6;} *//*[2020.09.21 박소영 주석처리]*/
#sch_cmpny_nm{ border: 1px solid #a9a9a9; background-color:#fff;}/*[2020.09.21 박소영 추가함] 운수사명 배경 흰색으로 변경*/
/*[2020.09.21 박소영 추가함] 운수사명 배경 흰색으로 변경*/
#sch_cmpny_nm{ border: 1px solid #a9a9a9; background-color:#fff;}
.search .btn_search {
width: 100px;
height: 100%;
@ -525,10 +515,7 @@ label, label * {vertical-align: middle;}
line-height: 24px;
background:#44539e;
font-weight: 600;
}
/*2020.09.04 박소영 추가함*/
select::-ms-expand {
display: none;
@ -538,14 +525,13 @@ select{
border-radius: 0px;
appearance: none;
}
/*2020.09.07 박소영 추가함*/
select:enabled{
background-color:#fff;
padding: 4px;
border-radius: 3px;
}/*2020.09.07 박소영 추가함*/
}
.ui-datepicker-header>select{width:40px;}/* 2020.09.22 김동규 */
.page_info select {
height: 30px;
padding-left: 10px;
@ -564,6 +550,7 @@ select:enabled{
color: #515151;
padding: 0 3px;
}
/*페이징*/
.paging {
text-align: center !important;
@ -595,15 +582,7 @@ select:enabled{
.paging > .nextAll{background:url('../../images/common/btn_nextAll.png') center center no-repeat;}
.paging > .btn{padding:0;}
.blind{display:block;overflow:hidden;top:-10000em;position:absolute;}
/* .paging a.prevAll, .paging a.prev, .paging a.nextAll, .paging a.next {
color: #181818;
font-weight: bold;
letter-spacing: -3px;
}
.paging a.prevAll:hover, .paging a.prev:hover, .paging a.nextAll:hover, .paging a.next:hover {
background: none;
color: #0a98cc;
} */
/*기본 테이블*/
.table {
@ -645,12 +624,6 @@ select:enabled{
.tbl01 td {
padding: 10px 0;
}
/* .tbl01 td > input[type="checkbox"] { */
/* -ms-transform: scale(1.1); IE */
/* -moz-transform: scale(1.1); FF */
/* -webkit-transform: scale(1.1); Safari and Chrome */
/* -o-transform: scale(1.1); Opera */
/* } */
.tbl01 a.popup {
color: #0a98cc;
}
@ -971,7 +944,6 @@ input:read-only {
font-size: 15px;
color: #003567;
}
.system_state {
font-size: 0;
}
@ -1326,15 +1298,6 @@ input:read-only {
right: 0;
bottom: 0;
}
/*.p_flr>a[id^="btnModify"]{
border:1px solid red;
}*/
.btnGroup{
/* position: absolute;
right: 8px;
bottom: 53px;*/
}
.btn {
display: inline-block;
margin-right: 4px;
@ -1412,6 +1375,15 @@ input:read-only {
border: 1px solid #a3a3a3;
padding: 16px 0px 13px 12px;
}
/*단속현황관리- 메인폼 (시스템구분,단속구분) 디자인 추가*/
.detailGroup_02 label[class^="title"]{
/*border:1px solid red;*/
border-right: 1px solid #b3b3b3;
border-bottom: none;
padding-right: 8px;
margin-right: 5px;
}
/*등록,삭제,변경신청 버튼*/
/* .darkgray {border:0px solid red; width:55px;} */
@ -1423,8 +1395,6 @@ input:read-only {
.subTit{font-size: 16px;font-weight: bold;}
.calendarSel {
background-color: #eee;
padding: 8px 8px 8px 357px;
@ -1607,21 +1577,13 @@ table .th {
-moz-appearance: none;
appearance: none;
}
.list{
cursor: pointer;
}
.list{cursor: pointer;}
.loading-bar{
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
}
.display-block{
position: fixed;
width: 100%;
@ -1635,15 +1597,12 @@ table .th {
z-index: 9;
display: none;
}
.overlay_info {
position: absolute;
bottom: 33px;
left: -117px;
min-width: 250px;
max-width: 320px;
/* padding: 2px 0px; */
padding: 0px 0px;
box-sizing: border-box;
border-top: 2px solid #0a98cc;
@ -1659,8 +1618,6 @@ table .th {
overflow: hidden;
padding: 5px 80px 5px 14px;
white-space: nowrap;
/* background: url(http://t1.daumcdn.net/localimg/localimages/07/2012/img/pannel_tooltip_3.png) no-repeat scroll -2px -5px transparent; */
/* background-color: 2524FF; */
background-color: #006fbd;
color: white;
font-family: 'Nanum Barun Gothic'
@ -1692,9 +1649,6 @@ table .th {
height: 20px;
border-top: 1px solid #ebebeb;
}
span.tip {
display: none;
position: absolute;
@ -1880,26 +1834,12 @@ a.ui-state-active, .ui-widget-content a.ui-state-active, .ui-widget-header a.ui-
/** //Datepicker style 변경 */
tr.display-none td {
display: none;
}
td.display-none {
display: none;
}
.dialogform fieldset {
border: 0px;
}
@ -1917,10 +1857,6 @@ td.display-none {
.dialogform fieldset input[type='text'] {
/* width: 150px; */
}
/* 2020-08-19 신규 네비게이션 Css추가*/
.secDepthMenu li:hover{
background-color: #406bb3;
@ -1949,7 +1885,8 @@ td.display-none {
top : 2px;
z-index: 20;
}
.gnb > .mainDepth.active{background:#BFCEE8;}/*[2020.10.08 박소영] 현재 페이지에 있는 걸 알기 위해 2뎁스 색 지정*/
/*[2020.10.08 박소영] 현재 페이지에 있는 걸 알기 위해 2뎁스 색 지정*/
.gnb > .mainDepth.active{background:#BFCEE8;}
.gnb > li:nth-child(2n) > .secDiv{
background-image: url('../../images/common/navline.png'), url('../../images/common/navline.png');
background-repeat: repeat-y, repeat-y;

Loading…
Cancel
Save