B2主题当前版本赞赏样式:
去除背景色样式如下:
修改方法
Assets/fontend/style.css
第3683行-3694行替换成下面的代码
/*赞赏修改*/ .content-ds{ display: flex; justify-content: center; flex-flow: column; margin-top: 20px; padding: 20px; border-radius: 3px; border: 1px solid #bbbbbb69; position: relative; }