Authored by 姜枫

fix bugs

... ... @@ -3,7 +3,7 @@
<div class="goods" data-id="{{productId}}" data-url="{{url}}">
<div class="goods-img">
<a href="{{url}}" target="_blank">
<img class="lazy" data-original="{{image defaultImages 267 354}}" width="267" height="354" alt="">
<img class="lazy" data-original="{{image defaultImages 263 351}}" width="263" height="351" alt="">
</a>
</div>
{{#if showBrand}}
... ... @@ -22,7 +22,7 @@
</div>
<div class="goods-list hide">
{{#each goodsList}}
<i data-url="{{url}}">{{image imagesUrl 267 354}}</i>
<i data-url="{{url}}">{{image imagesUrl 263 351}}</i>
{{/each}}
</div>
</div>
... ...
... ... @@ -52,7 +52,7 @@ module.exports = {
udp: { // send by udp
measurement: 'yohoblk_pc_log',
level: 'debug', // logger level
host: '54.222.219.223', // influxdb host
host: 'influxdblog.yohoops.org', // influxdb host
port: '4444' // influxdb port
},
console: {
... ...
... ... @@ -39,8 +39,6 @@
}
}
.input-radio span {
margin-left: 0;
font-size: 14px;
... ... @@ -54,8 +52,6 @@
}
}
.input-radio label {
font-size: 14px;
font-weight: normal;
... ... @@ -307,17 +303,16 @@
}
.goods-area {
margin: 0 -12px;
margin: 0 -15px;
position: relative;
.goods {
margin: 10px 0 26px;
padding: 10px;
margin: 10px 0 16px;
padding: 10px 13px;
float: left;
text-align: center;
border: 2px solid #fff;
cursor: pointer;
width: 287px;
.goods-brand {
font-weight: 700;
... ... @@ -330,8 +325,8 @@
.goods-img {
position: relative;
overflow: hidden;
width: 267px;
height: 354px;
width: 263px;
height: 351px;
img {
margin: 0;
... ... @@ -351,7 +346,7 @@
.goods-name {
padding: 4px 10px 10px;
width: 265px;
width: 263px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
... ...