Authored by xuqi

hot icon

... ... @@ -35,14 +35,14 @@
<dt>
<a href="{{link}}">{{name}}</a>
{{#if hot}}
<span class="hot"></span>
<span class="hot iconfont">&#xe650;</span>
{{/if}}
</dt>
{{^}}
<dd>
<a href="{{link}}">{{name}}</a>
{{#if hot}}
<span class="hot"></span>
<span class="hot iconfont">&#xe650;</span>
{{/if}}
</dd>
{{/if}}
... ...
... ... @@ -433,11 +433,9 @@
}
.hot {
width: 26px;
height: 12px;
display: inline-block;
background: url("/layout/hot.png");
margin-left: 4px;
color: #fc0d1b;
font-size: 16px;
margin-left: 10px;
}
.show-detail {
... ...