Authored by yyq

Merge branch 'develop' of git.yoho.cn:fe/yoho-blk into develop

... ... @@ -8,7 +8,7 @@
{{/if}}
{{#unless @last}}
<span class="iconfont">&frasl;</span>
<span class="iconfont icon">&frasl;</span>
{{/unless}}
{{/each}}
</p>
... ...
... ... @@ -2,7 +2,6 @@
font-size: 14px;
height: 48px;
line-height: 48px;
font-family: "黑体";
a {
color: #666;
... ... @@ -14,11 +13,8 @@
font-weight: 700;
}
.iconfont {
font-family: iconfont !important;
.icon {
font-size: 14px;
font-style: normal;
text-decoration: none;
margin-left: 6px;
margin-right: 6px;
}
... ...