Authored by 郝肖肖

ui 修改

... ... @@ -115,7 +115,7 @@
{{#each editorial}}
<div class="editorial-info">
<a href="{{url}}" target="_blank">
<img class="lazy thumb" alt="{{title}}" data-original="{{image src 368 240 2}}" width="368"
<img class="lazy thumb" alt="{{title}}" data-original="{{image src 368 240 1}}" width="368"
height="240" style="display: block;">
</a>
<div class="desc">
... ...
... ... @@ -90,7 +90,10 @@
.product-name {
padding: 5px 0;
font-size: 14px;
font-size: 12px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.price {
... ...
... ... @@ -50,6 +50,7 @@
.shop-menu {
border-bottom: 1px solid #eee;
margin-bottom: 30px;
li {
display: inline-block;
... ...