Authored by 李靖

css

... ... @@ -21,7 +21,8 @@ exports.index = (req, res, next) => {
module: 'guang',
page: 'guang-new',
width750: true,
localCss: true
localCss: true,
pageStyle: 'guang-new-bg'
};
let params = {
... ...
... ... @@ -229,7 +229,8 @@ const index = (req, res, next) => {
title: '逛潮流,最新原创潮流资讯 |YOHO!BUY有货',
keywords: '潮流资讯,潮流文章,有货潮流分享',
description: '来有货玩潮流,潮流资讯大分享!年轻人潮流购物中心,了解潮流趋势、掌握潮流文化知识信息,尽在有货逛潮流!',
showFooterTab: footerModel.getUrlData('guang')
showFooterTab: footerModel.getUrlData('guang'),
pageStyle: 'guang-bg'
};
let param = {
... ...
html,
body {
.guang-bg {
background-color: #f0f0f0;
}
... ...
@import "layout/swiper";
body,
html {
.guang-new-bg {
background-color: #f0f0f0;
}
... ...