Files
OMS/app/omeanalysts/view/ome/detail.html
2025-12-28 23:13:25 +08:00

20 lines
644 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--
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>