教程:
放到后台自定义CSS
.absolute::before {
content: '';
display: block;
position: absolute;
left: 0;
top: 58%;
right: 0;
bottom: 0;
transform: scale(1.01);
background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, var(--body-bg-color) 100%);
}
© 版权声明
© 版权声明 All Rights Reserved
THE END
文章很赞,支持一下吧~
还没有人为TA打赏
暂无打赏用户









暂无评论内容