Files
confirms/app/Views/pages/v2/m713/detail.php
yangsh e861298594
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled
모바일확인 추가
2026-01-13 13:46:16 +09:00

31 lines
671 B
PHP

<?= $this->extend('layouts/main') ?>
<?= $this->section('content') ?>
<style>
.tbl_basic2 th {
padding: 0 10px;
height: 27px;
border: solid 1px #d8d9de;
background-color: #eff0f4;
letter-spacing: -1px;
font-weight: normal;
color: #5a5f69;
text-align: left;
}
.num {
font-family: Tahoma;
color: #b68556;
font-size: 17px;
}
</style>
<div class="app-page-title">
<div class="page-title-wrapper">
<div class="page-title-heading">
<div>등기부등본 확인매물 상세 내용</div>
</div>
</div>
</div>
<?= $this->endSection() ?>