|
|
@ -12,14 +12,25 @@
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 공지사항 롤링 -->
|
|
|
|
<!-- 공지사항 롤링 -->
|
|
|
|
<div id="rolling_noti" style="width: 400px;min-width: 400px;">
|
|
|
|
<div id="rolling_noti" class="d-flex" style="width: 100%;min-width: 200px;max-width: 400px;">
|
|
|
|
<ul class="list" style="width: 100%;">
|
|
|
|
<ul class="list" style="width: 100%;">
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="ms-2 me-2" style="min-width: max-content;">
|
|
|
|
|
|
|
|
<select id="" name="" class="form-select">
|
|
|
|
|
|
|
|
<option value="1">차량번호</option>
|
|
|
|
|
|
|
|
<option value="2">납부자명</option>
|
|
|
|
|
|
|
|
<option value="3">신고인명</option>
|
|
|
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
<input type="text" id="" name="" class="form-control" />
|
|
|
|
|
|
|
|
<button type="button" class="btn btn-outline-dark bg-orange" title="통합조회">
|
|
|
|
|
|
|
|
<i class="bx bx-search"></i>통합조회
|
|
|
|
|
|
|
|
</button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="ms-auto me-2" style="min-width: auto;">
|
|
|
|
<div class="ms-auto me-2" style="min-width: max-content;">
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic" style="background-color: #d9dee3">
|
|
|
|
<div class="form-check-inline custom-option custom-option-basic" style="background-color: #d9dee3">
|
|
|
|
<label for="securityMode" class="form-check-label custom-option-content">
|
|
|
|
<label for="securityMode" class="form-check-label custom-option-content">
|
|
|
|
<input type="checkbox" id="securityMode" name="securityMode" class="form-check-input" value="Y" />
|
|
|
|
<input type="checkbox" id="securityMode" name="securityMode" class="form-check-input" value="Y" />
|
|
|
|