조상희

조정진행 워크플로우 구성 및 css 수정
This commit is contained in:
HappyITN 2022-09-30 11:42:51 +09:00
parent 2b32ef3a6a
commit 627a7fdb22
4 changed files with 12 additions and 10 deletions

View File

@ -24,9 +24,8 @@
<li>
<p id="A260">기일통지</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음" style="position: absolute;z-index: 1;top: 8px;left: 203px;">
<ul class="work_3">
<li><p>1차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
<li>
<p>2차 기일 개최<img src="/kccadrPb/usr/image/workflow/nexticon4.png" alt="다음" class="nexticon_4"></p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3">
<p>1차 기일 개최<img src="/kccadrPb/usr/image/workflow/nexticon4.png" alt="다음" class="nexticon_4"></p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3">
<ul class="work_4">
<li><p>조정성립</p></li>
<li><p>직권조정<img src="/kccadrPb/usr/image/workflow/nexticon5.png" alt="다음" class="nexticon_5"></p>
@ -39,6 +38,9 @@
<li><p>불성립종결</p></li>
</ul>
</li>
<li>
<p>2차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3">
</li>
<li><p>3차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
<li><p>4차 기일 개최</p></li>
</ul>

View File

@ -439,16 +439,16 @@ table select+button{vertical-align: middle;}
.work_3,.work_5{float: right;}
.work_5{margin-left: 10px; margin-top: 73px;}
.work_flow_wrap .work_cont .work_3 li{overflow: visible;}
.work_4{float: right; margin-left: 240px; margin-top: -73px; position: relative;}
.work_4{float: right; margin-left: 240px; margin-top: 5px; position: relative;}
.work_flow_wrap .work_cont p+.nexticon_3{position: absolute; top: 100%; left: 98px; top: 54px;}
.nexticon_4{position: absolute; top: -58px; left: 235px;}
.nexticon_4{position: absolute; top: 16px; left: 235px;}
.nexticon_5{position: absolute; top: 22px; left: 215px;}
.work_flow_wrap.off .work_cont{height: 0; padding: 0 25px; margin: 0; transition: all 0.5s ease;}
.work_cont .status01 p{border: 1px solid #ea5404; color: #ea5404;}
.work_cont p.status01{border: 1px solid #ea5404; color: #ea5404;}
.work_cont .status02 p{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;}
.work_cont p.status02{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;}
.work_cont .status02 p{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;width:208px;height:43px;}
.work_cont p.status02{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;width:208px;height:43px;}
/* //워크플로우 */
/* 과거사건 기록 통합 검색 */

View File

@ -712,16 +712,16 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none
.work_3,.work_5{float: right;}
.work_5{margin-left: 10px; margin-top: 73px;}
.work_flow_wrap .work_cont .work_3 li{overflow: visible;}
.work_4{float: right; margin-left: 240px; margin-top: -73px; position: relative;}
.work_4{float: right; margin-left: 240px; margin-top: 5px; position: relative;}
.work_flow_wrap .work_cont p+.nexticon_3{position: absolute; top: 100%; left: 98px; top: 54px;}
.nexticon_4{position: absolute; top: -58px; left: 235px;}
.nexticon_4{position: absolute; top: 16px; left: 235px;}
.nexticon_5{position: absolute; top: 22px; left: 215px;}
.work_flow_wrap.off .work_cont{height: 0; padding: 0 25px; margin: 0; transition: all 0.5s ease;}
.work_cont .status01 p{border: 1px solid #ea5404; color: #ea5404;}
.work_cont p.status01{border: 1px solid #ea5404; color: #ea5404;}
.work_cont .status02 p{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;}
.work_cont p.status02{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;}
.work_cont .status02 p{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;width:208px;height:43px;}
.work_cont p.status02{border: 2px solid #1b6fcd; color: #1b6fcd; font-weight: 500;width:208px;height:43px;}
/* //워크플로우 */
/* 익스플로어 */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB