友情链接优化

feat/task1-c-wallet
devil 2020-01-30 15:45:42 +08:00
parent 83ac1e6ba1
commit 89ecb43b53
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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;
}
/**
*