前言

用NekoMdui这个主题感觉还是差点味道,因为他的主题背景是纯白的,加了背景之后感觉还是差点味道,比如说亚克力一类的,感觉加上背景之后不透明不是很好看(

主题截图

1
1

食用方法

准备

登录 -> 管理后台 -> 设置 -> 主题 -> NekoMdui ->

代码

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<style type="text/css">
body{
background: url("https://s1.328888.xyz/2022/10/07/foQMI.png") no-repeat center center fixed;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.mdui-card {
background-color: #ffffff54;
border-radius: 15px;
backdrop-filter: blur(7px);
}
.mdui-table {
background-color: #ffffff54;
}
</style>