Showing
3 changed files
with
9 additions
and
14 deletions
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <div class="goods" data-id="{{productId}}" data-url="{{url}}"> | 3 | <div class="goods" data-id="{{productId}}" data-url="{{url}}"> |
4 | <div class="goods-img"> | 4 | <div class="goods-img"> |
5 | <a href="{{url}}" target="_blank"> | 5 | <a href="{{url}}" target="_blank"> |
6 | - <img class="lazy" data-original="{{image defaultImages 267 354}}" width="267" height="354" alt=""> | 6 | + <img class="lazy" data-original="{{image defaultImages 263 351}}" width="263" height="351" alt=""> |
7 | </a> | 7 | </a> |
8 | </div> | 8 | </div> |
9 | {{#if showBrand}} | 9 | {{#if showBrand}} |
@@ -22,7 +22,7 @@ | @@ -22,7 +22,7 @@ | ||
22 | </div> | 22 | </div> |
23 | <div class="goods-list hide"> | 23 | <div class="goods-list hide"> |
24 | {{#each goodsList}} | 24 | {{#each goodsList}} |
25 | - <i data-url="{{url}}">{{image imagesUrl 267 354}}</i> | 25 | + <i data-url="{{url}}">{{image imagesUrl 263 351}}</i> |
26 | {{/each}} | 26 | {{/each}} |
27 | </div> | 27 | </div> |
28 | </div> | 28 | </div> |
@@ -52,7 +52,7 @@ module.exports = { | @@ -52,7 +52,7 @@ module.exports = { | ||
52 | udp: { // send by udp | 52 | udp: { // send by udp |
53 | measurement: 'yohoblk_pc_log', | 53 | measurement: 'yohoblk_pc_log', |
54 | level: 'debug', // logger level | 54 | level: 'debug', // logger level |
55 | - host: '54.222.219.223', // influxdb host | 55 | + host: 'influxdblog.yohoops.org', // influxdb host |
56 | port: '4444' // influxdb port | 56 | port: '4444' // influxdb port |
57 | }, | 57 | }, |
58 | console: { | 58 | console: { |
@@ -39,8 +39,6 @@ | @@ -39,8 +39,6 @@ | ||
39 | } | 39 | } |
40 | } | 40 | } |
41 | 41 | ||
42 | - | ||
43 | - | ||
44 | .input-radio span { | 42 | .input-radio span { |
45 | margin-left: 0; | 43 | margin-left: 0; |
46 | font-size: 14px; | 44 | font-size: 14px; |
@@ -54,8 +52,6 @@ | @@ -54,8 +52,6 @@ | ||
54 | } | 52 | } |
55 | } | 53 | } |
56 | 54 | ||
57 | - | ||
58 | - | ||
59 | .input-radio label { | 55 | .input-radio label { |
60 | font-size: 14px; | 56 | font-size: 14px; |
61 | font-weight: normal; | 57 | font-weight: normal; |
@@ -307,17 +303,16 @@ | @@ -307,17 +303,16 @@ | ||
307 | } | 303 | } |
308 | 304 | ||
309 | .goods-area { | 305 | .goods-area { |
310 | - margin: 0 -12px; | 306 | + margin: 0 -15px; |
311 | position: relative; | 307 | position: relative; |
312 | 308 | ||
313 | .goods { | 309 | .goods { |
314 | - margin: 10px 0 26px; | ||
315 | - padding: 10px; | 310 | + margin: 10px 0 16px; |
311 | + padding: 10px 13px; | ||
316 | float: left; | 312 | float: left; |
317 | text-align: center; | 313 | text-align: center; |
318 | border: 2px solid #fff; | 314 | border: 2px solid #fff; |
319 | cursor: pointer; | 315 | cursor: pointer; |
320 | - width: 287px; | ||
321 | 316 | ||
322 | .goods-brand { | 317 | .goods-brand { |
323 | font-weight: 700; | 318 | font-weight: 700; |
@@ -330,8 +325,8 @@ | @@ -330,8 +325,8 @@ | ||
330 | .goods-img { | 325 | .goods-img { |
331 | position: relative; | 326 | position: relative; |
332 | overflow: hidden; | 327 | overflow: hidden; |
333 | - width: 267px; | ||
334 | - height: 354px; | 328 | + width: 263px; |
329 | + height: 351px; | ||
335 | 330 | ||
336 | img { | 331 | img { |
337 | margin: 0; | 332 | margin: 0; |
@@ -351,7 +346,7 @@ | @@ -351,7 +346,7 @@ | ||
351 | 346 | ||
352 | .goods-name { | 347 | .goods-name { |
353 | padding: 4px 10px 10px; | 348 | padding: 4px 10px 10px; |
354 | - width: 265px; | 349 | + width: 263px; |
355 | overflow: hidden; | 350 | overflow: hidden; |
356 | text-overflow: ellipsis; | 351 | text-overflow: ellipsis; |
357 | white-space: nowrap; | 352 | white-space: nowrap; |
-
Please register or login to post a comment