/* 默认背景 上面白天，下面黑夜*/   


[data-theme=light] #body-wrap {
  background-image: url(/images/0_default_config/top_img/28897.png);   /*/images/0_default_config/top_img/28897.png*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
} 

[data-theme=dark] #body-wrap {
  background-image: url(/images/0_default_config/top_img/33888.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
} 


/* 默认背景 */
/* [data-theme=light] #body-wrap {
  background: linear-gradient(0deg,rgba(255, 255, 255, 0.1),rgba(247, 149, 51, .1), rgba(243, 112, 85, .1) 15%, rgba(239, 78, 123, .1) 30%, rgba(161, 102, 171, .1) 44%, rgba(80, 115, 184, .1) 58%, rgba(16, 152, 173, .1) 72%, rgba(7, 179, 155, .1) 86%, rgba(109, 186, 130, .1)) !important;
} */