shoppingmallv2 init...
This commit is contained in:
parent
45c14deca1
commit
bf5135315c
15
app/Views/layouts/common/content_bottom.php
Normal file
15
app/Views/layouts/common/content_bottom.php
Normal file
@ -0,0 +1,15 @@
|
||||
<link href="/css/common/content_bottom.css" media="screen" rel="stylesheet" type="text/css" />
|
||||
<div id="content_bottom">
|
||||
<span class="item">회사소개</span>
|
||||
<a href="#" class="item">이용약관</a>
|
||||
<a href="#" class="item">개인정보취급방침</a>
|
||||
<a href="#" class="item">이용안내</a>
|
||||
<div class="company_info">
|
||||
# 회사 소개<BR>
|
||||
Itsoluton은 해외 상품을 편리하게 이용할 수 있도록 도와 드리는 구매대행업입니다.<BR>
|
||||
일본소재 ㈜YYY의 상품에 대해 총판권을 가지고, 편리하게 이용할 수 있도록 지원해주고 있습니다.<BR>
|
||||
항상 빠르고 안전하고 저렴한 가격으로 고객님을 대신해서 구매대행을 진행할 수 있도록 하겠습니다.<BR>
|
||||
언제나 믿고 신뢰할 수 있는 르호봇이 되도록 노력하겠습니다.<BR>
|
||||
감사합니다.<BR>
|
||||
</div>
|
||||
</div>
|
||||
@ -4,9 +4,10 @@
|
||||
<nav class="nav"><a class="navbar-brand" href="/">LOGO</a></nav>
|
||||
<nav class="nav justify-content-center">
|
||||
<div class="address">
|
||||
社名 : 株式会社 DUNAMIS | 代表者 : 天 海 照 彩 | 住所 : 東京都江東区亀戸5丁-1-2 | 事業者登録番号 : 0400-01-082327 | Tel : 1661-0577 <br>
|
||||
주소 : 전자우편주소 : help@itsolutoin-mail.com 전화번호 : 1661-0577<BR>
|
||||
사업자등록번호 : 777-86-00287 [사업자정보확인]통신판매업신고번호 : 2023-사울동작-0001
|
||||
</div>
|
||||
</nav>
|
||||
<nav class="nav justify-content-end">Copyright by 2018 (주)ITSolution. All Right Reserved.</nav>
|
||||
<nav class="nav justify-content-end">Copyright(c) www.itsolution-mall.com All Right Reserved.</nav>
|
||||
</div>
|
||||
<!-- Copyright 끝-->
|
||||
@ -47,6 +47,7 @@
|
||||
<?= $this->include('templates/front/header'); ?>
|
||||
<?= $this->renderSection('content') ?>
|
||||
<?= $this->include('templates/front/footer'); ?>
|
||||
<?= $this->include($viewDatas['layout']['path'] . '/../common/content_bottom'); ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
22
public/css/common/content_bottom.css
Normal file
22
public/css/common/content_bottom.css
Normal file
@ -0,0 +1,22 @@
|
||||
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;
|
||||
}
|
||||
@ -13,9 +13,9 @@
|
||||
.com-cnt {border:1px solid #ededed;}
|
||||
.com-cnt:after {content:" "; display:block; clear:both;}
|
||||
.com-cnt .col {float:left; width:33.333%; height:278px; position:relative;}
|
||||
.com-cnt .col.bg1 {background:url('../images/sub/com_icon1.png') 50% 41px no-repeat;}
|
||||
.com-cnt .col.bg2 {background:#f8f9fb url('../images/sub/com_icon2.png') 50% 31px no-repeat;}
|
||||
.com-cnt .col.bg3 {background:url('../images/sub/com_icon3.png') 50% 33px no-repeat;}
|
||||
.com-cnt .col.bg1 {background:url('/images/sub/com_icon1.png') 50% 41px no-repeat;}
|
||||
.com-cnt .col.bg2 {background:#f8f9fb url('/images/sub/com_icon2.png') 50% 31px no-repeat;}
|
||||
.com-cnt .col.bg3 {background:url('/images/sub/com_icon3.png') 50% 33px no-repeat;}
|
||||
.com-cnt .col:first-child:after {display:none;}
|
||||
.com-cnt .col:after {content:"";position:absolute; top:0; left:0; width:1px; height:100%; background:#ededed;}
|
||||
.com-cnt .col dl {padding-top:145px; text-align:center;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user