Authored by 郝肖肖

修复火狐5.0浏览器个人中心 订单列表样式问题

... ... @@ -27,15 +27,15 @@ module.exports = {
// service: 'http://192.168.102.205:8080/gateway/',
// search: 'http://192.168.102.216:8080/yohosearch/'
// singleApi: 'http://single.yoho.cn/',
// api: 'http://api.yoho.yohoops.org/',
// service: 'http://service.yoho.yohoops.org/',
// search: 'http://search.yohoops.org/yohosearch/'
singleApi: 'http://single.yoho.cn/',
api: 'http://api-test3.yohops.com:9999/',
service: 'http://service-test3.yohops.com:9999/',
api: 'http://api.yoho.yohoops.org/',
service: 'http://service.yoho.yohoops.org/',
search: 'http://search.yohoops.org/yohosearch/'
// singleApi: 'http://single.yoho.cn/',
// api: 'http://api-test3.yohops.com:9999/',
// service: 'http://service-test3.yohops.com:9999/',
// search: 'http://search.yohoops.org/yohosearch/'
},
useOneapm: false,
useCache: false,
... ...
... ... @@ -339,10 +339,14 @@ $('#collect-product').click(function() {
});
$('.more-brand-intro').click(function() {
$('body').css({overflow: 'hidden'});
new Dialog({
className: 'item-more-intro-dialog',
content: introHtml,
btns: []
btns: [],
closeCb: function() {
$('body').css({overflow: 'auto'});
}
}).show();
$('.full-intro-text').nanoScroller();
});
... ...
... ... @@ -113,6 +113,7 @@
width: calc($bigWidth + $normalWidth + $space + 3px);
display: table-cell;
box-sizing: border-box;
overflow: hidden;
img {
width: $goodImgWidth;
... ... @@ -120,6 +121,7 @@
display: inline-block;
box-sizing: border-box;
margin: $bigSpace $space;
float: left;
}
.good-info {
... ...