在页面配置没找到
背景图功能可以用网站自定义内容来实现,你可以参考一下我的网站自定义 HTML 代码来实现背景图功能
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-image: url('https://beta.bushiai.com/api/file/6dd6330f-bc70-4fb2-ab42-9074ed38a2f7');
background-size: cover;
background-repeat: no-repeat;
}
.footer {
position: absolute;
bottom: 20px;
text-align: center;
width: 100%;
font-size: 14px;
color: white; /* Assuming you want the text to be white */
}
.footer a {
color: inherit;
text-decoration: none;
}
</style>
</head>
<body>
<div class="footer">
© 2023 大户爱. All rights reserved. |
<a href="http://beian.miit.gov.cn/" target="_blank" rel="nofollow">豫ICP备2023006326号</a>
</div>
</body>
</html>
多谢了,研究研究
好用,真的可以