|
@@ -151,7 +151,7 @@ |
|
@@ -151,7 +151,7 @@ |
151
|
|
151
|
|
152
|
<div class="attr-content clearfix">
|
152
|
<div class="attr-content clearfix">
|
153
|
{{# price}}
|
153
|
{{# price}}
|
154
|
- <a class="attr {{#if checked}}checked{{/if}}" href="{{href}}">¥{{name}}</a>
|
154
|
+ <a class="attr{{#if checked}} checked{{/if}}" href="{{href}}">¥{{name}}</a>
|
155
|
{{/ price}}
|
155
|
{{/ price}}
|
156
|
|
156
|
|
157
|
<div class="ud-price-range">
|
157
|
<div class="ud-price-range">
|
|
@@ -172,8 +172,14 @@ |
|
@@ -172,8 +172,14 @@ |
172
|
|
172
|
|
173
|
<div class="attr-content clearfix">
|
173
|
<div class="attr-content clearfix">
|
174
|
{{# color}}
|
174
|
{{# color}}
|
175
|
- <a class="attr {{#if checked}}checked{{/if}}" href="{{href}}">
|
|
|
176
|
- <i class="color-block" style="background: {{rgb}}"></i>
|
175
|
+ <a class="attr{{#if checked}} checked{{/if}}" href="{{href}}">
|
|
|
176
|
+ {{#if checked}}
|
|
|
177
|
+ <span class="color-block">
|
|
|
178
|
+ <i class="sub-color-block" style="background: {{rgb}}"></i>
|
|
|
179
|
+ </span>
|
|
|
180
|
+ {{^}}
|
|
|
181
|
+ <i class="color-block" style="background: {{rgb}}"></i>
|
|
|
182
|
+ {{/if}}
|
177
|
{{name}}
|
183
|
{{name}}
|
178
|
</a>
|
184
|
</a>
|
179
|
{{/ color}}
|
185
|
{{/ color}}
|