Authored by zhangxiaoru

plustar-detail.logo

... ... @@ -25,6 +25,7 @@ const getListData = (req, res, next) => {
res.render('plustar/list', {
module: 'guang',
page: 'plustar-list',
title: '国际优选',
pageHeader: headerModel.setNav({
navTitle: '国际优选'
}),
... ... @@ -60,6 +61,7 @@ const getDetailData = (req, res, next) => {
res.render('plustar/detail', {
module: 'guang',
page: 'plustar-detail',
title: result.brandName,
pageHeader: headerModel.setNav({
navTitle: result.brandName
}),
... ...
... ... @@ -106,8 +106,8 @@
.logo {
position: absolute;
border: 1px solid #b5b5b5;
height: 168px;
width: 168px;
height: 171.5px;
width: 171.5px;
top: 226px;
left: 50px;
}
... ...