mirror of https://gitee.com/topnuomi/zxf
24 lines
724 B
HTML
24 lines
724 B
HTML
<style>
|
|
.section.addrcont .aacont li::before {
|
|
background-image: url('images/daohang.png');
|
|
}
|
|
|
|
.section.story-cont .image-con .text-con {
|
|
background-image: url('images/transparent-bg.png');
|
|
}
|
|
</style>
|
|
<li class="item">
|
|
<a class="link active" href="/index.html" target="_blank">首页</a>
|
|
</li>
|
|
<li class="item">
|
|
<a class="link" href="/about.html" target="_blank">关于左心房</a>
|
|
</li>
|
|
<li class="item">
|
|
<a class="link" href="/business.html" target="_blank">业务与介绍</a>
|
|
</li>
|
|
<li class="item">
|
|
<a class="link" href="/story.html" target="_blank">用户故事</a>
|
|
</li>
|
|
<li class="item">
|
|
<a class="link" href="/contact.html" target="_blank">联系我们</a>
|
|
</li> |