Authored by 姜枫

使用sale的接口作为测试数据

'use strict';
const _ = require('lodash');
const Search = require('../models/list');
const camelCase = global.yoho.camelCase;
... ... @@ -57,7 +56,7 @@ const list = {
return {
lower: prices[0],
higher: prices[1]
higher: prices[1]
};
}).sort((a, b) => {
return a.lower - b.lower;
... ...
... ... @@ -227,10 +227,10 @@
color: #000;
}
.iconfont.up{
.iconfont.up {
top: -2px;
}
.iconfont.down{
.iconfont.down {
top: 8px;
}
}
... ... @@ -251,7 +251,7 @@
display: inline-block;
}
label.page-info{
label.page-info {
margin: 0 25px;
}
... ... @@ -299,7 +299,7 @@
height: 344px;
.label {
background-color: #408CCC;
background-color: #408ccc;
height: 24px;
width: 100%;
position: absolute;
... ... @@ -314,7 +314,7 @@
width: 265px;
overflow: hidden;
text-overflow: ellipsis;
white-space:nowrap;
white-space: nowrap;
}
.goods-price {
... ... @@ -326,7 +326,7 @@
font-size: 12px;
color: #878787;
margin-left: 15px;
text-decoration:line-through;
text-decoration: line-through;
}
}
}
... ...