Authored by 郝肖肖

intro text UI

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