|
@@ -3,7 +3,9 @@ |
|
@@ -3,7 +3,9 @@ |
3
|
{{#content}}
|
3
|
{{#content}}
|
4
|
{{! 头部banner}}
|
4
|
{{! 头部banner}}
|
5
|
{{#if focus}}
|
5
|
{{#if focus}}
|
|
|
6
|
+ <div class="focus-wrap">
|
6
|
{{> resources/banner-top}}
|
7
|
{{> resources/banner-top}}
|
|
|
8
|
+ </div>
|
7
|
{{/if}}
|
9
|
{{/if}}
|
8
|
|
10
|
|
9
|
{{! 两个小图}}
|
11
|
{{! 两个小图}}
|
|
@@ -22,18 +24,18 @@ |
|
@@ -22,18 +24,18 @@ |
22
|
{{/if}}
|
24
|
{{/if}}
|
23
|
|
25
|
|
24
|
{{!-- 会员专享 --}}
|
26
|
{{!-- 会员专享 --}}
|
25
|
- <div class="vip-floor-wrap">
|
|
|
26
|
- {{#if vipFloor}}
|
27
|
+ {{#if vipFloor}}
|
|
|
28
|
+ <div class="vip-floor-wrap">
|
27
|
{{> resources/vip-floor}}
|
29
|
{{> resources/vip-floor}}
|
|
|
30
|
+ </div>
|
28
|
{{/if}}
|
31
|
{{/if}}
|
29
|
- </div>
|
|
|
30
|
|
32
|
|
31
|
{{!-- 断码区 --}}
|
33
|
{{!-- 断码区 --}}
|
32
|
- <div class="off-code-area-wrap">
|
|
|
33
|
- {{#if offCodeArea}}
|
|
|
34
|
- {{> resources/off-code-area}}
|
|
|
35
|
- {{/if}}
|
|
|
36
|
- </div>
|
34
|
+ {{#if offCodeArea}}
|
|
|
35
|
+ <div class="off-code-area-wrap">
|
|
|
36
|
+ {{> resources/off-code-area}}
|
|
|
37
|
+ </div>
|
|
|
38
|
+ {{/if}}
|
37
|
|
39
|
|
38
|
{{!-- OUTLETS --}}
|
40
|
{{!-- OUTLETS --}}
|
39
|
{{#if titleImage}}
|
41
|
{{#if titleImage}}
|