index.less
1.33 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
.box {
width: 100%;
height: 100vh;
background: url("../../../static/img/background.jpg") no-repeat center top;
background-size: 100%;
overflow: hidden;
.btn_box {
width: 670px;
height: 570px;
//position: fixed;
//bottom: 14s3px;
//left: 40px;
margin: 524px auto;
div:first-child {
width: 100%;
height: 260px;
background: url("../../../static/img/online.png") no-repeat center top;
background-size: 100%;
display: block;
}
div:nth-child(2) {
width: 100%;
height: 260px;
background: url("../../../static/img/off.png") no-repeat center top;
background-size: 100%;
margin-top: 50px;
}
}
.bottom_box {
width: 100%;
position: fixed;
left: 0px;
bottom: 0px;
}
.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
}
.bottom_backg {
width: 100%;
height: 89px;
background: url("../../../static/img/bottom.png") no-repeat;
background-size: 100% 100%;
}
}