管理 — 设置 — 页面定制 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 

效果:链接

相关文章:

  • 2022-12-23
  • 2022-01-04
  • 2021-10-04
  • 2022-12-23
  • 2021-12-15
  • 2021-07-02
  • 2021-10-07
  • 2021-08-12
猜你喜欢
  • 2022-01-16
  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-12-23
相关资源
相似解决方案