说明
宝塔的登录页面挺单调的,于是想了想,把bing的每日一图作为背景作为背景

教程
从文件进去,找到/www/server/panel/BTPanel/templates/default/login.html
将一下代码添加到图中位置
<style>
body{
background-image: url(https://api.7-89.cn/bing/today)!important;
}
.main .login{
background-color: rgba(255, 255, 255, 0.8)!important;
}
</style>

之后连接服务器SSH,输入BT
再输入序号9,清除面板缓存

刷新登录页就可以看到效果了!