Authored by ccbikai

SALE 样式修改

... ... @@ -22,14 +22,18 @@
{{/if}}
{{!-- 会员专享 --}}
{{#if vipFloor}}
<div class="vip-floor-wrap">
{{#if vipFloor}}
{{> resources/vip-floor}}
{{/if}}
</div>
{{!-- 断码区 --}}
{{#if offCodeArea}}
{{> resources/off-code-area}}
{{/if}}
<div class="off-code-area-wrap">
{{#if offCodeArea}}
{{> resources/off-code-area}}
{{/if}}
</div>
{{!-- OUTLETS --}}
{{#if titleImage}}
... ...
... ... @@ -72,6 +72,13 @@
max-height: 320px;
}
.vip-floor-wrap,
.off-code-area-wrap {
.banner-top {
height: 200px;
}
}
.vip-floor {
border-bottom: 1px solid #e0e0e0;
... ...