Authored by 刘传洋

comment

... ... @@ -19,8 +19,8 @@
{{#if_cond comfort "===" "SMALL"}}偏小{{/if_cond}}
{{#if_cond comfort "===" "BIG"}}偏大{{/if_cond}}
</dd>
{{#if height}}<dd>身高:{{height}} cm</dd>{{/if}}
{{#if weight}}<dd>体重:{{weight}} kg</dd>{{/if}}
{{#if height}}<dd>身高:{{height}} 厘米</dd>{{/if}}
{{#if weight}}<dd>体重:{{weight}} 公斤</dd>{{/if}}
</dl>
</div>
... ... @@ -38,7 +38,7 @@
<dd data-role="preview-right"><i class="iconfont">&#xe63a;</i>向右旋转</dd>
</dl>
<div class="img-wrap">
<img src="{{image url 400 400}}" />
<img src="{{image url 345 345}}" />
</div>
</div>
</div>
... ...
... ... @@ -993,8 +993,8 @@
}
.img-wrap{
width:400px;
height:400px;
width:345px;
height:345px;
overflow:hidden;
}
}
... ...