Authored by yyq

人气单品 top num

... ... @@ -14,7 +14,7 @@
{{#if title}}<h2 class="title">{{title}}</h2>{{/if}}
<ul class="left-list">
{{#each list}}
<li>
<li{{#name}} title="{{.}}"{{/name}}>
<a href="{{url}}">
<div class="classic-name">
{{#name}}
... ...
... ... @@ -296,6 +296,7 @@
width: 50px;
height: 50px;
color: #ffc513;
font-size: 14px;
text-align: center;
line-height: 57px;
background: url('/product/hat.png');
... ... @@ -636,6 +637,9 @@
.name {
font-size: 14px;
font-weight: bold;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.en-name {
... ...