31 lines
671 B
PHP
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() ?>
|