Authored by 毕凯

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

... ... @@ -19,7 +19,7 @@
</div>
<div class="item-content">
<h2>{{title}}</h2>
<p>¥{{# price}}<span>{{.}}</span>{{/ price}{{sPrice}}</p>
<p>{{# price}}<span>¥{{.}}</span>{{/ price}{{sPrice}}</p>
</div>
</li>
{{/ list}}
... ...
... ... @@ -202,10 +202,8 @@
float: left;
display: block;
width: 110px;
height: 14px;
line-height: 14px;
line-height: 20px;
font-size: 12px;
margin-bottom: 5px;
color: #069;
text-decoration: underline;
}
... ...