모바일확인 추가
Some checks failed
Close Pull Request / main (pull_request_target) Has been cancelled

This commit is contained in:
yangsh
2026-01-13 13:46:16 +09:00
parent 5079e2e212
commit e861298594
5 changed files with 1542 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<?= $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() ?>