Authored by 郝肖肖

潮流优选 底部样式

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