header悬浮图
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s

This commit is contained in:
2026-04-08 11:28:21 +08:00
parent 685cd53b1a
commit eb015c552f

View File

@@ -17,8 +17,12 @@
height: 46px; height: 46px;
padding: 0 17px; padding: 0 17px;
background: #fff; background: #fff;
position: relative; /* position: relative; */
position: fixed;
top:0;
left:0;
z-index: 100; z-index: 100;
width: 100%;
} }
.mobile-header-left { .mobile-header-left {
@@ -479,7 +483,9 @@
</a> </a>
{else/} {else/}
<!--悬浮图--> <!--悬浮图-->
<!--<img src="{$ma.hover_image}" alt="" class="modal-item-img">--> <div class="modal-item">
<img src="{$ma.hover_image}" alt="" class="modal-item-img">
</div>
{/if} {/if}
{/volist} {/volist}
</div> </div>