feat:样式bug移动端修改

This commit is contained in:
2025-06-24 17:51:29 +08:00
parent aa9082cff7
commit d58cb99ff9
10 changed files with 75 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
<div>
{volist name="focus_image" id="fi"}
<a {notempty name="fi.link" }href="{$fi.link}"{/notempty}>
<img src="{$fi.image}" />
<img src="{$fi.image}" style="width: 100%;margin-top: 3.5rem;"/>
</a>
{/volist}
</div>

View File

@@ -28,6 +28,7 @@
<!-- 分页 -->
<div>{$page|raw}</div>
{/notempty}
<div style=" text-align: center;padding: 10%;">暂无数据</div>
</div>
</div>
{/block}