10 lines
491 B
HTML
10 lines
491 B
HTML
<!-- 图片信息 -->
|
|
{{if !empty($module_data)}}
|
|
<div {{if !empty($module_data['bg_color'])}}style="background-color:{{$module_data.bg_color}};"{{/if}}>
|
|
{{if !empty($module_data['images_url'])}}
|
|
<figure data-am-widget="figure" class="am-figure am-inline-block" data-am-figure="{pureview: 'true'}">
|
|
<img src="{{$module_data['images_url']}}" class="am-radius am-block" width="100" height="60" />
|
|
</figure>
|
|
{{/if}}
|
|
</div>
|
|
{{/if}} |