Authored by weiqingting

频道页样式修改

var $ = require('yoho.jquery');
var $ = require('yoho.jquery'),
Lazyload = require('yoho.lazyload');
var Handlebars = require('yoho.handlebars');
function InfiniteLoad(options) {
... ... @@ -125,7 +126,7 @@ module.exports = function(data) {
$container.append(myTemplate(data.goods));
//懒加载插件貌似有点问题,图片先直接展示
//Lazyload($container.find('img.lazy'));
Lazyload($container.find('img.lazy'));
load.emit();
} else {
... ...
... ... @@ -124,6 +124,7 @@
}
.tpl-brands{
width: 324px;
height: 432px;
li a{
height: 212px;
}
... ... @@ -383,6 +384,7 @@
}
.tpl-brands{
width: 378px;
height: 504px;
li a{
height: 248px;
}
... ...