Authored by biao

Merge branch 'release/1.0' of http://git.yoho.cn/fe/yoho-blk into release/1.0

... ... @@ -38,7 +38,10 @@
</dt>
{{^}}
<dd>
<a href="{{link}}"{{#if hot}} class="hot"{{/if}}>{{name}}</a>
<a href="{{link}}">{{name}}</a>
{{#if hot}}
<span class="hot"></span>
{{/if}}
</dd>
{{/if}}
{{/ this}}
... ...

447 Bytes | W: | H:

841 Bytes | W: | H:

  • 2-up
  • Swipe
  • Onion skin
... ... @@ -415,5 +415,13 @@
color: #000;
text-decoration: underline;
}
.hot {
width: 26px;
height: 12px;
display: inline-block;
background: url('/layout/hot.png');
margin-left: 4px;
}
}
}
... ...