header悬浮图
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
All checks were successful
Gitea Actions Official-website / deploy-dev (push) Successful in 3s
This commit is contained in:
@@ -17,8 +17,12 @@
|
||||
height: 46px;
|
||||
padding: 0 17px;
|
||||
background: #fff;
|
||||
position: relative;
|
||||
/* position: relative; */
|
||||
position: fixed;
|
||||
top:0;
|
||||
left:0;
|
||||
z-index: 100;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.mobile-header-left {
|
||||
@@ -479,7 +483,9 @@
|
||||
</a>
|
||||
{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}
|
||||
{/volist}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user