Authored by 郝肖肖

人气商品UI

... ... @@ -200,7 +200,8 @@
border-bottom: 1px solid #e0e0e0;
color: #444;
text-align: center;
line-height: 98px;
height: 100px;
line-height: 100px;
font-size: 30px;
margin-top: 30px;
position: relative;
... ... @@ -423,7 +424,7 @@
margin-left: 5%;
dl {
width: 80%;
padding: 0 30px;
margin: 0 auto;
}
... ... @@ -434,6 +435,10 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
a {
color: #444;
}
}
dd:first-child {
... ... @@ -444,7 +449,7 @@
.sharp {
position: absolute;
width: 100%;
height: 14px;
height: 10px;
background: resolve('product/sharp.png') no-repeat center center;
}
... ...
... ... @@ -101,9 +101,11 @@
<a class="more buriedpoint" href="{{more_url}}" data-bp-id="shop_popularity_{{more_url}}">&#xe618;</a>
</div>
<div class="product-warp">
{{# hotList}}
{{> good}}
{{/ hotList}}
<div class="goods-container clearfix">
{{# hotList}}
{{> good}}
{{/ hotList}}
</div>
</div>
{{/if}}
</div>
... ...