mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-15 10:15:33 +08:00
20 lines
644 B
HTML
20 lines
644 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<style>
|
||
.new_style{
|
||
background-position: 0 10px;padding-left: 35px;
|
||
}
|
||
</style>
|
||
<div class="large">
|
||
<div class="ColColorOrange clearfix">
|
||
<{foreach from=$detail key=key item=item name="info"}>
|
||
<span class="f-12 new_style"><{if $item.icon}><{img src="bundle/{$item.icon}" app='desktop'}><{/if}><{$key}>:</span><strong class="f-18"><{$item.value}></strong>
|
||
<{if ($item.col%6) eq 0}>
|
||
<br/><br/>
|
||
<{/if}>
|
||
<{/foreach}>
|
||
</div>
|
||
</div> |