IT-KIMI_SHI\SINOIT.KIMI
2018-12-07 50eb1d766c470dc6ff927199eaee934f972a8b70
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
.background-default{
    /*background-image: url("../img/pattern.png");*/
}
 
.background-dream-blue{
    background-image: url("../img/891117.jpg");
}
 
.background-dream-sky{
    background-image: url("../img/10000.jpg");
    /**
    -moz-background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -o-background-size:100% 100%;
    background-size:100% 100%;
    **/
}
 
.background-dream-purple{
    background-image: url("../img/10004.jpg");
}
 
.background-white{
    background-color: #ffffff;
}
 
.background-black{
    background-color: black;
}
 
.background-business-grey{
    background-color: #212837;
}
 
.background-env-green{
    background-color: #002536;
}