Commit e5ed96b1 authored by liukang's avatar liukang

修改提交

parents 19367467 1405c4c0
......@@ -28,7 +28,7 @@
<footer class="common-footer">
<ul class="clearfix" style="width: 510px;">
<li><a href="{:url('/aboutus')}">关于我们</a></li>
<li><a href="{:url('/aboutus')}">关于海星</a></li>
<li><a href="{:url('/aboutus/agreement')}">用户协议</a></li>
<li><a href="{:url('/join')}">招聘信息</a></li>
<li><a href="{:url('/contact')}">联系我们</a></li>
......
......@@ -8,23 +8,23 @@
.common-header li .service.business .down-list {
left: -3px;
}
/*{if ( !empty($logo_url)) } */
/*.common-header {*/
/* background: url({$logo_url}) -3px 37px no-repeat;*/
/* background-size: 18%;*/
/*}*/
{if ( !empty($logo_url)) }
.common-header {
background: url({$logo_url}) -3px 37px no-repeat;
background-size: 18%;
}
/*{/if}*/
{/if}
/*{if ( !empty($other_logo_url)) }*/
/*.white-bg .common-header {*/
/* background: url({$other_logo_url}) -3px 37px no-repeat;*/
/* background-size: 18%;*/
/*}*/
/*{/if}*/
{if ( !empty($other_logo_url)) }
.white-bg .common-header {
background: url({$other_logo_url}) -3px 37px no-repeat;
background-size: 18%;
}
{/if}
</style>
<header class="common-header" style="background: none">
<!-- <a class="logo-href" href="/"></a>-->
<header class="common-header">
<a class="logo-href" href="/"></a>
<ul class="clearfix">
{volist name="nav" id="vo" key="k"}
{if !empty($vo.child)}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment