管理 — 设置 — 页面定制 CSS 代码,中添加以下代码:
/*背景图片*/ body { background: url(https://source.unsplash.com/user/erondu/1600x900) fixed; background-size: cover; background-repeat: no-repeat; opacity:0.8 /* x取值为[0, 1],1为不透明,具体可自行测试 */ }
参考:链接1 ;链接2; 链接3
效果:链接