Authored by ccbikai

商品列表图片高度

... ... @@ -23,9 +23,9 @@ class Yohobuy
const YOHOBUY_URL = 'http://www.yohobuy.com/';
// /* 测试环境 */
// const API_URL = 'http://test2.open.yohobuy.com/';
// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
// const API_URL = 'http://test2.open.yohobuy.com/';
// const SERVICE_URL = 'http://test.service.api.yohobuy.com/';
// const YOHOBUY_URL = 'http://www.yohobuy.com/';
/**
* 私钥列表
... ...
... ... @@ -57,7 +57,7 @@
.good-detail-img {
position: relative;
display: table-cell;
height: 388rem / $pxConvertRem;
height: 368rem / $pxConvertRem;
vertical-align: middle;
.good-islike {
... ... @@ -79,7 +79,7 @@
img {
display: block;
width: 100%;
max-height: 388rem / $pxConvertRem;
max-height: 368rem / $pxConvertRem;
}
.few-tag {
... ...