diff --git a/app/Views/layouts/common/content_bottom.php b/app/Views/layouts/common/content_bottom.php new file mode 100644 index 0000000..3cbaf7e --- /dev/null +++ b/app/Views/layouts/common/content_bottom.php @@ -0,0 +1,15 @@ + +
\ No newline at end of file diff --git a/app/Views/layouts/common/copyright.php b/app/Views/layouts/common/copyright.php index 454b4d8..3026200 100644 --- a/app/Views/layouts/common/copyright.php +++ b/app/Views/layouts/common/copyright.php @@ -4,9 +4,10 @@ - + \ No newline at end of file diff --git a/app/Views/layouts/front.php b/app/Views/layouts/front.php index 531e190..c05117d 100644 --- a/app/Views/layouts/front.php +++ b/app/Views/layouts/front.php @@ -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'); ?> diff --git a/public/css/common/content_bottom.css b/public/css/common/content_bottom.css new file mode 100644 index 0000000..3f40c56 --- /dev/null +++ b/public/css/common/content_bottom.css @@ -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; +} diff --git a/public/css/front/sitepage.css b/public/css/front/sitepage.css index 3da133d..73df0c5 100644 --- a/public/css/front/sitepage.css +++ b/public/css/front/sitepage.css @@ -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;}