Showing
1 changed file
with
8 additions
and
8 deletions
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | {{#content.floors}} | 14 | {{#content.floors}} |
15 | {{#isEqualOr type 'sidebar'}} | 15 | {{#isEqualOr type 'sidebar'}} |
16 | {{! 侧悬浮}} | 16 | {{! 侧悬浮}} |
17 | - <div id="sidebar" pageid="{{param.sidebarPageId}}"></div> | 17 | + <div id="sidebar" pageid="{{param.sidebarPageId}}"></div> |
18 | {{/isEqualOr}} | 18 | {{/isEqualOr}} |
19 | {{#isEqualOr type '' 'common_floor' 'fix'}} | 19 | {{#isEqualOr type '' 'common_floor' 'fix'}} |
20 | {{! 普通楼层 顶悬浮}} | 20 | {{! 普通楼层 顶悬浮}} |
@@ -84,12 +84,12 @@ | @@ -84,12 +84,12 @@ | ||
84 | {{/repeat}} | 84 | {{/repeat}} |
85 | </div> | 85 | </div> |
86 | {{/isEqualOr}} | 86 | {{/isEqualOr}} |
87 | - | 87 | + |
88 | {{#isEqualOr type 'productGroup'}} | 88 | {{#isEqualOr type 'productGroup'}} |
89 | {{! 商品池}} | 89 | {{! 商品池}} |
90 | - <div class="product-container item{{numOfOneRow}}" {{#if proBgImg}}style="background:url({{image2 proBgImg q=60}})repeat;"{{/if}}> | 90 | + <div class="product-container item{{numOfOneRow}}" {{#if proBgImg}}style="background:url({{image2 proBgImg q=60}}) repeat;background-size:320px;"{{/if}}> |
91 | <div class="product-source" condition='{{stringify searchCondition}}' fp="{{getAnalysis ../this @index}}" | 91 | <div class="product-source" condition='{{stringify searchCondition}}' fp="{{getAnalysis ../this @index}}" |
92 | - {{#unless defaultPros.length}} | 92 | + {{#unless defaultPros.length}} |
93 | {{#if searchCondition.item}} | 93 | {{#if searchCondition.item}} |
94 | cloneitem="{{searchCondition.item}}" | 94 | cloneitem="{{searchCondition.item}}" |
95 | {{else}} | 95 | {{else}} |
@@ -130,7 +130,7 @@ | @@ -130,7 +130,7 @@ | ||
130 | <img class="brand-img lazy" data-original="{{image2 ../brandImg q=60}}"> | 130 | <img class="brand-img lazy" data-original="{{image2 ../brandImg q=60}}"> |
131 | </a> | 131 | </a> |
132 | {{/if}} | 132 | {{/if}} |
133 | - </div> | 133 | + </div> |
134 | {{/defaultPros}} | 134 | {{/defaultPros}} |
135 | {{else}} | 135 | {{else}} |
136 | <div class="feature-product-info novisible"> | 136 | <div class="feature-product-info novisible"> |
@@ -158,7 +158,7 @@ | @@ -158,7 +158,7 @@ | ||
158 | {{#if brandImg}} | 158 | {{#if brandImg}} |
159 | <a class="second-part {{#isEqualOr showBrandUrl '1'}}product-brand{{else}}product-detail{{/isEqualOr}}" href=''> | 159 | <a class="second-part {{#isEqualOr showBrandUrl '1'}}product-brand{{else}}product-detail{{/isEqualOr}}" href=''> |
160 | <div class="brand-div"> | 160 | <div class="brand-div"> |
161 | - <span class="brand-name" {{#if fontColor}}style="color:{{fontColor}};"{{/if}}></span> | 161 | + <span class="brand-name" {{#if fontColor}}style="color:{{fontColor}};"{{/if}}></span> |
162 | </div> | 162 | </div> |
163 | <img class="brand-img" src="{{image2 brandImg q=60}}"> | 163 | <img class="brand-img" src="{{image2 brandImg q=60}}"> |
164 | </a> | 164 | </a> |
@@ -171,6 +171,6 @@ | @@ -171,6 +171,6 @@ | ||
171 | {{/component}} | 171 | {{/component}} |
172 | </div> | 172 | </div> |
173 | {{/isEqualOr}} | 173 | {{/isEqualOr}} |
174 | - {{/content.floors}} | 174 | + {{/content.floors}} |
175 | {{/unless}} | 175 | {{/unless}} |
176 | -</div> | ||
176 | +</div> |
-
Please register or login to post a comment