Authored by 王水玲

星潮 bug 修改

... ... @@ -94,7 +94,8 @@ exports.special = (req, res, next) => {
page: 'special'
}, processPublicData(req, '星潮教室'), {
resources: result,
headTab: pageHeadTab
headTab: pageHeadTab,
notIndex: true
}));
}).catch(next);
};
... ... @@ -114,7 +115,8 @@ exports.collocation = (req, res) => {
isStarDetailPage: true,
page: 'collocation'
}, processPublicData(req, '星潮教室'), {
headTab: pageHeadTab
headTab: pageHeadTab,
notIndex: true
}));
};
... ...
<ul class="head-tab">
<ul class="head-tab" {{#if notIndex}}style="position: fixed;"{{/if}}>
{{#each headTab}}
<li {{#if cur}} class="cur" {{/if}} ><a href="{{ url }}" data-bp-id="guang_tab_{{name}}_false">{{ name }}</a></li>
{{/each}}
... ...
.star-page {
.collocation-list {
padding-top: 88px;
}
.collocation-list,
.detail-list {
width: 100%;
... ... @@ -33,6 +37,7 @@
line-height: 48px;
color: #fff;
width: 100%;
word-wrap: break-word;
}
}
}
... ...
... ... @@ -3,6 +3,7 @@
width: 100%;
height: auto;
overflow: hidden;
padding-top: 88px;
li {
width: 100%;
... ...
... ... @@ -228,6 +228,7 @@
font-size: 28px;
line-height: 38px;
color: #fff;
word-wrap: break-word;
}
.artice-cont {
... ...
.sale-page {
overflow: hidden;
background-color: #fff;
background-color: #f0f0f0;
#thumb-row {
overflow: hidden;
... ... @@ -23,6 +23,11 @@
border-radius: 20px;
}
}
.list-nav,
.goods-container {
background: #fff;
}
}
.sale-vip-page {
... ...