Authored by 周少峰

Merge branch 'master' into hotfix/limit

... ... @@ -18,7 +18,7 @@
<li class="row{{#if @first}} first{{/if}}{{#if active}} active{{/if}}">
<a href="{{href}}" target="{{#if isBlank}}_blank{{/if}}" >{{name}}</a>
{{#if count}}
<span>{{count}}</span>
<span class="new-count">{{count}}</span>
{{/if}}
</li>
{{/each}}
... ...
... ... @@ -53,7 +53,7 @@
<div class="good-detail-text {{#for_stu}} stu-good-detail {{/for_stu}}">
<a href="{{url}}" target="_blank">{{{product_name}}}</a>
<p class="brand">
<a href="{{brandUrl}}">{{brand_name}}</a>
<a href="{{brandUrl}}"{{#if @root.pageNoFollow}} rel="nofollow"{{/if}}>{{brand_name}}</a>
</p>
<p class="price {{#if vip}}vip-center{{/if}}">
{{# market_price}}
... ...
... ... @@ -111,6 +111,15 @@
color: #e0012b;
font-weight: bold;
}
.new-count {
text-indent: -9999px;
background: resolve(home/new-ico.gif) no-repeat;
display: inline-block;
width: 30px;
height: 14px;
vertical-align: middle;
}
}
.nav-group li:hover {
... ...