halo-hao主题页脚装饰
AI-摘要
Tianli GPT
AI初始化中...
介绍自己
生成本文简介
推荐相关文章
前往主页
前往tianli博客
本文最后更新于 2024-11-12,距文章上次修改已超2个月之久……请注意内容的时效性~~
预览
实现
1st 你可以直接修改主题的footer文件
以Hao主题为例 你可以进入目录
themes/theme-hao/templates/modules/footer.html
修改相应代码
2nd 你可以在 设置->代码注入->页脚中添加代码
<style>
#footer-animal {
position: relative;
width: 100%;
}
#footer-animal .animal-wall {
position: absolute;
bottom: 0;
width: 100%;
height: 36px;
background: #bcb0a4 url(https://blog.zhwei101.com/upload/dwy1.avif) repeat center;
background-size: cover; /* 自适应宽度和高度 */
box-shadow: 0 4px 7px rgba(0,0,0,.15);
}
@media screen and (max-width: 1023px) {
#footer-animal .animal-wall {
height: min(36px, 4vw); /* 在小屏幕上自适应高度 */
}
}
#footer-animal img.animal {
position: absolute; /* 绝对定位 */
bottom: 0; /* 紧贴 animal-wall 顶部 */
left: 50%; /* 水平居中 */
transform: translateX(-50%);
max-width: min(974px, 100vw); /* 最大宽度限制 */
display: block;
}
#footer-banner {
margin-top: 0 !important;
}
</style>
<div id="footer-animal">
<div class="animal-wall"></div>
<img class="animal entered loaded" src="https://blog.zhwei101.com/upload/dwy.avif" alt="动物" data-ll-status="loaded">
</div>
本文是转载文章,版权归原作者所有。建议访问原文(若没标注可能是忘了 有冒犯请联系zhwei@zhwei101.com添加),转载本文请联系原作者。
评论
匿名评论
隐私政策
你无需删除空行,直接评论以获取最佳展示效果