index.css
780 Bytes
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
.bg {
position: relative;
width: 100vw;
height: 56.25vw;
overflow: hidden;
background: #ffdc04;
}
.bg-icon {
width: 100vw;
height: 56.25vw;
position: absolute;
left: 0;
top: 0;
}
.content {
position: relative;
z-index: 5;
width: 65vw;
height: 39vw;
margin: 0 auto;
background: url(../images/content-top.png?v=20210514) no-repeat;
background-size: 100% 100%;
margin-top: 3vw;
}
.content-btn {
width: 19.5vw;
height: 6vw;
position: absolute;
right: 8.5vw;
top: 26.7vw;
}
.content2 {
width: 100vw;
height: 112.76vw;
background: url(../images/content2.jpg) no-repeat;
background-size: 100% 100%;
}
.foot-box {
height: 200px;
text-align: center;
background: #f5f5f5;
}
.foot-box p {
line-height: 30px;
font-size: 18px;
}