xn-global.min.css 1 KB

/*加载中*/
.xn-loading-img{
  background: url('./images/loadingAll.gif') center 50% no-repeat;
}
.xn-feedback-img{
  background: url('./images/xn-img-bg.png') center top no-repeat;
}

.xn-auth-login-img{
  background: url('./images/loginbg.png') center top no-repeat;
}

/*云盘*/
.xn-pan-logo{
  background: url('./images/pan-title.png') center top no-repeat;
}

/*錯誤頁面*/
.xn-page-401{
  background: url('./images/401.png') center top no-repeat;
}
.xn-page-403{
  background: url('./images/403.png') center top no-repeat;
}
.xn-page-404{
  background: url('./images/404.png') center top no-repeat;
}
.xn-page-500{
  background: url('./images/500.png') center top no-repeat;
}
.xn-page-401-img{
  background: url('./images/401-img.png') center top no-repeat;
}
.xn-page-403-img{
  background: url('./images/403-img.png') center top no-repeat;
}
.xn-page-404-img{
  background: url('./images/404-img.png') center top no-repeat;
}
.xn-page-500-img{
  background: url('./images/500-img.png') center top no-repeat;
}