Next背景.
先是了解怎么弄背景图片,扒拉出来了
以前是themes/next/source/css/_custom/custom.styl
现在是theme/next/source/_schemes/Gemini/index.styl
由于个人用的是Gemini所以暂且就提这个其他的触类旁通就应该在
1 | theme/next/source/_schemes/Mist |
如上路径找index.styl
文件就好
找到后搜.mian
里面有一个padding-bottom: initial;
好像就这个里面有哈哈哈不管以后再提
在这里面加
1 | background: url(https://api.pingping6.com/tools/acg2/index.php); |
url里面就是图片地址了
这里提供一些扒来的图片api
1 | https://api.pingping6.com/tools/acg2/index.php |
然后改主体透明度,以便显示背景图.导航和主体用的不是一个class
先改导航,在source/_schemes/Pisces/_layout/
中搜.main-inner
(根据不同主题而定)
在里面插入opacity:0.8;