shoppingmallv2 init...

This commit is contained in:
최준흠 2023-08-23 09:59:18 +09:00
parent 5f1eaf90ba
commit 18c8ba0106
6 changed files with 44 additions and 45 deletions

View File

@ -1,15 +0,0 @@
<link href="/css/common/content_bottom.css" media="screen" rel="stylesheet" type="text/css" />
<div id="content_bottom">
<span class="item">회사소개</span>
<a href="/front/sitepage?category=29" class="item">이용약관</a>
<a href="/front/sitepage?category=30" class="item">개인정보취급방침</a>
<a href="/front/sitepage?category=31" class="item">이용안내</a>
<div class="company_info">
# 회사 소개<BR>
Itsoluton은 해외 상품을 편리하게 이용할 있도록 도와 드리는 구매대행업입니다.<BR>
일본소재 ㈜YYY의 상품에 대해 총판권을 가지고, 편리하게 이용할 있도록 지원해주고 있습니다.<BR>
항상 빠르고 안전하고 저렴한 가격으로 고객님을 대신해서 구매대행을 진행할 있도록 하겠습니다.<BR>
언제나 믿고 신뢰할 있는 르호봇이 되도록 노력하겠습니다.<BR>
감사합니다.<BR>
</div>
</div>

View File

@ -3,9 +3,25 @@
<div id="copyright" class="container-fluid">
<nav class="nav"><a class="navbar-brand" href="/">LOGO</a></nav>
<nav class="nav justify-content-center">
<div class="address">
주소 : 전자우편주소 : help@itsolutoin-mail.com 전화번호 : 1661-0577<BR>
사업자등록번호 : 777-86-00287 [사업자정보확인]통신판매업신고번호 : 2023-사울동작-0001
<div>
<div id="content_bottom">
<span class="item">회사소개</span>
<a href="/front/sitepage?category=29" class="item">이용약관</a>
<a href="/front/sitepage?category=30" class="item">개인정보취급방침</a>
<a href="/front/sitepage?category=31" class="item">이용안내</a>
<div class="company_info">
# 회사 소개<BR>
Itsoluton은 해외 상품을 편리하게 이용할 있도록 도와 드리는 구매대행업입니다.<BR>
일본소재 ㈜YYY의 상품에 대해 총판권을 가지고, 편리하게 이용할 있도록 지원해주고 있습니다.<BR>
항상 빠르고 안전하고 저렴한 가격으로 고객님을 대신해서 구매대행을 진행할 있도록 하겠습니다.<BR>
언제나 믿고 신뢰할 있는 르호봇이 되도록 노력하겠습니다.<BR>
감사합니다.<BR>
</div>
</div>
<div class="address">
주소 : 전자우편주소 : help@itsolutoin-mail.com 전화번호 : 1661-0577<BR>
사업자등록번호 : 777-86-00287 [사업자정보확인]통신판매업신고번호 : 2023-사울동작-0001
</div>
</div>
</nav>
<nav class="nav justify-content-end">Copyright(c) www.itsolution-mall.com All Right Reserved.</nav>

View File

@ -47,7 +47,6 @@
<?= $this->include('templates/front/header'); ?>
<?= $this->renderSection('content') ?>
<?= $this->include('templates/front/footer'); ?>
<?= $this->include($viewDatas['layout']['path'] . '/../common/content_bottom'); ?>
</td>
</tr>
</table>

View File

@ -1,22 +0,0 @@
div#content_bottom{
color:black;
padding-top:20px;
padding-left:30px;
margin-bottom:40px;
/* border-left:1px solid silver;
border-right:1px solid silver; */
}
div#content_bottom .item{
padding-top:5px;
padding-left:5px;
padding-right:5px;
border-top:1px solid silver;
border-left:1px solid silver;
border-right:1px solid silver;
}
div#content_bottom div.company_info{
padding:10px;
border:1px solid silver;
}

View File

@ -1,8 +1,29 @@
div#copyright{
width:100%;
height:100px;
height:300px;
padding-top:30px;
padding-bottom:30px;
background-color:#2d2e2e;
color:white;
}
}
div#copyright div#content_bottom{
color:white;
text-align:left;
/* border-left:1px solid silver;
border-right:1px solid silver; */
}
div#copyright div#content_bottom .item{
padding-top:5px;
padding-left:5px;
padding-right:5px;
border-top:1px solid silver;
border-left:1px solid silver;
border-right:1px solid silver;
}
div#copyright div#content_bottom div.company_info{
padding:10px;
border:1px solid silver;
}

View File

@ -1,6 +1,6 @@
div#left_menu{
position:fixed;
z-index:100;
/* position:fixed;
z-index:100; */
width:200px;
background-color:white;
}