大家可先看下我的博客www.yuanjingzhuang.com
博客根目录 themes\next\source\css\_schemes\Pisces\_layout.styl这个文件的 第65行background:删除掉
博客根目录 themes\next\source\css\_common\components\post\post-button.styl 第七行修改成background: transparent;
博客根目录 themes\next\source\css\_schemes\Pisces\_sidebar.styl 18行删除
next\source\css\_schemes\Pisces\_layout.styl 文件里.header-inner 这个选择器下的background 就是背景色
因为网易云的样式都是网上的我们修改不了,只能覆盖
/* 背景 */ #yun-tie-sdk-wrap { background-color: transparent!important; } /* 输入框背景 */ #yun-tie-sdk-wrap .input-box .tie-textarea { background-color: transparent!important; } /* 评论背景 */ #yun-tie-sdk-wrap .single-tie { background-color: transparent!important; } /* 最新,最热按钮背景 */ #yun-tie-sdk-wrap .tie-tab-bar li.z-fcs { background-color: rgba(100,120,161,0.5)!important; } /* 输入框获取焦点的边框颜色 */ #yun-tie-sdk-wrap .input-box.z-fcs { border-color: #aaa!important; }