Authored by 刘传洋

product detail attr list

... ... @@ -19,8 +19,8 @@
{{#if_cond comfort "===" "SMALL"}}偏小{{/if_cond}}
{{#if_cond comfort "===" "BIG"}}偏大{{/if_cond}}
</dd>
{{#if height}}<dd>身高:{{height}} 厘米</dd>{{/if}}
{{#if weight}}<dd>体重:{{weight}} 公斤</dd>{{/if}}
<dd>{{#if height}}身高:{{height}} 厘米{{/if}}</dd>
<dd>{{#if weight}}体重:{{weight}} 公斤{{/if}}</dd>
</dl>
</div>
... ...
... ... @@ -1001,6 +1001,8 @@
&.horizontal-list{
dd {
float:left;
width: 100px;
text-align: center;
}
}
}
... ...