index.less
1.41 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
44
45
46
47
48
49
50
51
52
53
.box {
width: 100%;
min-height: 1600px;
background: url("../../../static/img/background.jpg") no-repeat center top;
background-size: 100%;
overflow: hidden;
position: relative;
.btn_box {
width: 750px;
height: 570px;
//position: fixed;
//bottom: 14s3px;
//left: 40px;
margin-top: 609px;
div:first-child {
width: 100%;
height: 322px;
background: url("../../../static/img/online.png") no-repeat center top;
background-size: 100%;
display: block;
}
div:nth-child(2) {
width: 100%;
height: 322px;
background: url("../../../static/img/off.png") no-repeat center top;
background-size: 100%;
margin-top: 50px;
}
}
.bottom_box {
width: 100%;
position: absolute;
left: 0px;
bottom: 0px;
.bottom_backg {
width: 100%;
height: 270px;
background: url("../../../static/img/bottom.png") no-repeat;
background-size: 100% 100%;
}
}
//.text {
// width: 466px;
// height: 33px;
// position: fixed;
// bottom: 50px;
// left: 142px;
// background: url("../../../static/img/text.png") no-repeat center bottom;
// background-size: 100%;
// margin: 0 auto
//}
}