Authored by 郝肖肖

intro text UI

@@ -247,6 +247,7 @@ const category = (req, res, next) => { @@ -247,6 +247,7 @@ const category = (req, res, next) => {
247 }), 247 }),
248 goodList: params, 248 goodList: params,
249 firstPageGoods: firstPageGoods || [], 249 firstPageGoods: firstPageGoods || [],
  250 + suggestion: firstPageGoods.suggestion || [],
250 showDownloadApp: true, 251 showDownloadApp: true,
251 pageFooter: true, 252 pageFooter: true,
252 category: true, 253 category: true,
1 .good-list-page { 1 .good-list-page {
2 .intro-text { 2 .intro-text {
3 - width: 100%;  
4 line-height: 28px; 3 line-height: 28px;
5 padding: 22px 24px; 4 padding: 22px 24px;
6 font-size: 24px; 5 font-size: 24px;
@@ -396,5 +395,6 @@ @@ -396,5 +395,6 @@
396 .maybe-like-goods { 395 .maybe-like-goods {
397 min-height: 500px; 396 min-height: 500px;
398 overflow: hidden; 397 overflow: hidden;
  398 + padding-left: 0.375rem;
399 } 399 }
400 } 400 }