Authored by 刘传洋

comment

@@ -19,8 +19,8 @@ @@ -19,8 +19,8 @@
19 {{#if_cond comfort "===" "SMALL"}}偏小{{/if_cond}} 19 {{#if_cond comfort "===" "SMALL"}}偏小{{/if_cond}}
20 {{#if_cond comfort "===" "BIG"}}偏大{{/if_cond}} 20 {{#if_cond comfort "===" "BIG"}}偏大{{/if_cond}}
21 </dd> 21 </dd>
22 - {{#if height}}<dd>身高:{{height}} cm</dd>{{/if}}  
23 - {{#if weight}}<dd>体重:{{weight}} kg</dd>{{/if}} 22 + {{#if height}}<dd>身高:{{height}} 厘米</dd>{{/if}}
  23 + {{#if weight}}<dd>体重:{{weight}} 公斤</dd>{{/if}}
24 </dl> 24 </dl>
25 </div> 25 </div>
26 26
@@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
38 <dd data-role="preview-right"><i class="iconfont">&#xe63a;</i>向右旋转</dd> 38 <dd data-role="preview-right"><i class="iconfont">&#xe63a;</i>向右旋转</dd>
39 </dl> 39 </dl>
40 <div class="img-wrap"> 40 <div class="img-wrap">
41 - <img src="{{image url 400 400}}" /> 41 + <img src="{{image url 345 345}}" />
42 </div> 42 </div>
43 </div> 43 </div>
44 </div> 44 </div>
@@ -993,8 +993,8 @@ @@ -993,8 +993,8 @@
993 } 993 }
994 994
995 .img-wrap{ 995 .img-wrap{
996 - width:400px;  
997 - height:400px; 996 + width:345px;
  997 + height:345px;
998 overflow:hidden; 998 overflow:hidden;
999 } 999 }
1000 } 1000 }