提交 89ecb43b 编写于 作者: D devil

友情链接优化

上级 83ac1e6b
......@@ -73,6 +73,7 @@
{{if !empty($link_list) and $module_name.$controller_name.$action_name eq 'indexindexindex'}}
<div class="friendship-list am-hide-sm-only">
<ul class="am-cf am-margin-bottom-sm">
<li class="am-fl am-text-center title">友情链接</li>
{{foreach $link_list as $v}}
<li class="am-fl am-text-center">
<a href="{{$v.url}}" {{if $v['is_new_window_open'] eq 1}} target="_blank"{{/if}} title="{{$v.describe}}">{{$v.name}}</a>
......
......@@ -377,9 +377,13 @@ color: #F5F5F2;font-size: 12px;cursor:pointer;border-radius:0px 0px; position: a
margin-right: 10px;
}
.friendship-list ul li:not(:last-child) a {
border-right: 1px solid #4a4a4a;
padding-right: 10px;
}
.friendship-list ul li.title {
font-weight: 500;
font-size: 14px;
color: #fff;
}
/**
* 框架覆盖
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册