Authored by 郝肖肖

潮流优选 底部样式

... ... @@ -95,7 +95,7 @@ const getResources = (params, options) => {
}
break;
case 'title_image':
case 'title_image' :
if (typeof data[res.template_name] === 'undefined') {
data[res.template_name] = [];
}
... ...
... ... @@ -118,7 +118,7 @@ $(function() {
});
$footer.css({
"max-width": "650px"
'max-width': '650px'
}).before(
'<div style="height: ' + parseInt($footer.css('height'), 0) + 'px"></div>'
);
... ...