xn-global.min.css
1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*加载中*/
.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;
}