复制到子主题style.css文件内,保存刷新即可
/*侧边栏小工具*/
.aside-box {
backdrop-filter: blur(200px);
background: #0000;
padding: 10px;
border: var(--content-box);
border-radius: var(--border-hd);
margin-bottom: 10px;
}
/*侧边栏小工具*/
/*首页个人介绍*/
.widget-admin-author-plane {
backdrop-filter: blur(200px);
position: relative;
border-radius: var(--border-hd);
overflow: hidden;
background: #0000;
margin-bottom: 10px;
text-align: center;
padding-bottom: 20px;
}
/*首页个人介绍*/
/*文章页面*/
.post-list-page-plane {
backdrop-filter: blur(200px);
background-color: #0000;
border: var(--content-box);
border-radius: var(--border-hd);
overflow: hidden;
position: relative;
}
.list-plane-title {
background: #0000;
padding: 19px 8px;
border-bottom: 1px solid #0000;
white-space: nowrap;
overflow: auto;
}
/*文章列表卡片*/
[cp-post-item] {
display: flex;
padding: 24px;
background-color: #0000;
border-bottom: 1px solid #0000;
transition: .3s;
align-items: stretch;
position: relative;
}
/*页脚*/
.pages {
text-align: center;
background: #0000;
padding: 20px;
}
/*友链*/
.friend-links {
backdrop-filter: blur(200px);
position: relative;
background: #0000;
border: var(--content-box);
border-radius: var(--border-hd);
margin: 10px;
margin-bottom: 20px;
}
/*友链*/
/*头部*/
header {
backdrop-filter: blur(200px);
width: 100%;
box-shadow: 0 .5px .5px 1px rgba(0,0,0,.1);
align-items: center;
background-color: #0000;
position: fixed;
z-index: 99;
}
/*菜单部分*/
.menu-header-plane > ul {
height: 100%;
background: #0000;
}
/*头部*/
/*文章内部*/
.post-content-body {
backdrop-filter: blur(200px);
background: #0000;
border: var(--content-box);
border-radius: var(--border-hd);
overflow: hidden;
margin-bottom: 10px;
}
.crumbs-plane {
padding: 10px;
border-bottom: 1px solid #0000;
font-size: 14px;
transition: all .3s;
position: relative;
}
.post-info {
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 14px;
color: #999;
border-bottom: 1px solid #0000;
display: flex;
justify-content: space-between;
align-items: center;
}
/*版权声明*/
.post-copyright {
margin-top: 30px;
font-size: 14px;
line-height: 1.6;
border-radius: var(--border-hd);
background: #0000;
padding: 8px 20px;
color: #999;
word-wrap: break-word;
}
/*相关推荐*/
.relevant-plane {
backdrop-filter: blur(200px);
background: #0000;
margin-bottom: 10px;
border: var(--content-box);
border-radius: var(--border-hd);
}
.reply-title, .plane-title {
padding: 20px 20px;
color: #18191a;
border-bottom: 1px solid #0000;
font-size: 18px;
font-weight: 500;
}
/*评论区*/
#comments {
backdrop-filter: blur(200px);
background: #0000;
border: var(--conten-box);
border-radius: var(--border-hd);
}
/*文章内部*/
/*底部版权声明*/
.footer-plane {
backdrop-filter: blur(200px);
background: #0000;
color: #5f676f;
padding: 30px;
font-size: 15px;
}