푸터수정, 상세페이지 ui정리
parent
6f2e99fba3
commit
5b1643a595
|
|
@ -78,7 +78,15 @@
|
||||||
.f-invert{
|
.f-invert{
|
||||||
filter: invert(100%);
|
filter: invert(100%);
|
||||||
}
|
}
|
||||||
|
.fs-7{
|
||||||
|
font-size: 7px;
|
||||||
|
}
|
||||||
|
.fs-8{
|
||||||
|
font-size: 8px;
|
||||||
|
}
|
||||||
|
.fs-9{
|
||||||
|
font-size: 9px;
|
||||||
|
}
|
||||||
.fs-10{
|
.fs-10{
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-1">
|
<div class="row mb-1">
|
||||||
<div class="col-sm-1">
|
<div class="col-sm-1">
|
||||||
<label class="col-auto col-form-label col-form-label-sm text-center">나포일시</label>
|
<label class="col-sm-12 col-form-label col-form-label-sm text-center">나포일시</label>
|
||||||
<label class="col-sm-12 col-form-label col-form-label-sm text-center">NLL</label>
|
<label class="col-sm-12 col-form-label col-form-label-sm text-center">NLL</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-2">
|
<div class="col-sm-2">
|
||||||
|
|
@ -60,10 +60,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-1">
|
<div class="row mb-1">
|
||||||
<div class="col-sm-1">
|
<label class="col-sm-1 col-form-label col-form-label-sm text-center me-1">위반내용</label>
|
||||||
<label class="col-form-label col-form-label-sm text-center">위반내용</label>
|
<div class="col-auto me-1" id="violationDiv">
|
||||||
</div>
|
|
||||||
<div class="col-auto" id="violationDiv">
|
|
||||||
<th:block th:if="${#lists.isEmpty(crackdownStatus.violationList)}">
|
<th:block th:if="${#lists.isEmpty(crackdownStatus.violationList)}">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<select class="form-select form-select-sm violation" name="violation" disabled>
|
<select class="form-select form-select-sm violation" name="violation" disabled>
|
||||||
|
|
|
||||||
|
|
@ -62,9 +62,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-1">
|
<div class="row mb-1">
|
||||||
<div class="col-sm-1">
|
<label class="col-sm-1 col-form-label col-form-label-sm text-center me-1">위반내용</label>
|
||||||
<label class="col-form-label col-form-label-sm text-center">위반내용</label>
|
|
||||||
</div>
|
|
||||||
<div class="col-auto" id="violationDiv">
|
<div class="col-auto" id="violationDiv">
|
||||||
<th:block th:if="${#lists.isEmpty(processResult.violationList)}">
|
<th:block th:if="${#lists.isEmpty(processResult.violationList)}">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
||||||
|
|
@ -37,9 +37,9 @@
|
||||||
<p id="footerSiteName">사이버외사정보시스템</p>
|
<p id="footerSiteName">사이버외사정보시스템</p>
|
||||||
<span id="footerSiteNameEng">FOREIGN AFFAIRS INTELLIGENCE CYBER SYSTEM</span>
|
<span id="footerSiteNameEng">FOREIGN AFFAIRS INTELLIGENCE CYBER SYSTEM</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-auto">
|
<div class="col-auto ms-3 mt-1">
|
||||||
<p class="mb-1">21995 인천광역시 연수구 해돋이로 130 해양경찰청</p>
|
<p class="mb-1">21995 인천광역시 연수구 해돋이로 130 해양경찰청</p>
|
||||||
<p class="mb-1">Copyright ⓒ 2011 MINISTRY OF REPUBLIC ADMINISTRATION AND SECURITY. All right reserved.</p>
|
<p class="mb-1 fs-7">Copyright ⓒ 2011 MINISTRY OF REPUBLIC ADMINISTRATION AND SECURITY. All right reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -93,7 +93,7 @@
|
||||||
<th rowspan="2">상태</th>
|
<th rowspan="2">상태</th>
|
||||||
<th rowspan="2">관리관<br>결제여부</th>
|
<th rowspan="2">관리관<br>결제여부</th>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr class="table-secondary">
|
||||||
<th>성명</th>
|
<th>성명</th>
|
||||||
<th>생년월일</th>
|
<th>생년월일</th>
|
||||||
<th>근무처</th>
|
<th>근무처</th>
|
||||||
|
|
|
||||||
|
|
@ -168,7 +168,7 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer bg-light" th:if="${joinFlag eq 'T'}">
|
<div class="modal-footer bg-light" th:if="${joinFlag eq 'T'}">
|
||||||
<!-- <button type="button" class="btn btn-secondary" data-bs-dismiss="modal" id="closeModalBtn">닫기</button>-->
|
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal" id="closeModalBtn">닫기</button>
|
||||||
<button type="button" class="btn btn-primary" id="saveBtn">신청</button>
|
<button type="button" class="btn btn-primary" id="saveBtn">신청</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue