complete.css
598 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
html, body {
height: 100%;
}
.complete {
text-align: center;
min-height: 120px;
}
.complete p {
text-align: left;
}
.compinner {
position: relative;
padding-left: 200px;
}
.compimg {
position: absolute;
left: 0;
top: 0;
}
.order {
font: 18px/1 'Microsoft YaHei';
}
.hitword {
font: 20px/1 'Microsoft YaHei';
color: #666;
}
.hitword .ght {
font: 36px/1 'Microsoft YaHei';
}
.mainbox {
height: 85%;
}
.wraper {
height: 100%;
}
.wraper .whitebox {
height: 70%;
position: relative;
}
.complete {
position: absolute;
width: 100%;
top: 50%;
margin-top: -70px;
}