index.css
1.28 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
@import 'search_ui.css';
.imgbox {
display: inline-block;
*display: inline;
*zoom: 1;
}
.mainbox {
position: fixed;
width: 100%;
height: 100%;
}
.boxinner {
position: relative;
height: 82%;
}
.truckimg {
position: absolute;
left: -6%;
top: 50%;
margin-top: -425px;
}
.boxinfo {
position: relative;
text-align: right;
height: 100%;
}
.info {
position: absolute;
top: 45%;
right: 0;
width: 320px;
margin-top: -120px;
}
.info a {
font-size: 0;
}
.sender {
margin-right: 20px;
}
.ewmbox {
padding: 10px 0 10px 88px;
position: relative;
}
.ewmbox img {
width: 68px;
height: 68px;
position: absolute;
left: 0;
top: 0;
}
.aboutpay {
background-color: #f0f0f0;
padding: 5px 0;
font-family: 'Microsoft YaHei';
color: #b5b5b5;
}
.aboutpay li {
margin-right: 76px;
}
.aboutpay b {
color: #333;
font-size: 14px;
}
.aboutpay p {
font-size: 14px;
margin-top: 5px;
}
.aboutus {
background-color: #333;
}
.pay1,
.pay2,
.pay3 {
width: 29px;
height: 32px;
margin-right: 10px;
}
.pay1 {
background-position: 0 0;
}
.pay2 {
background-position: -38px 0;
}
.pay3 {
background-position: -76px 0;
}
.nomargin {
margin: 0 !important;
}
.footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}
body {
background-color: #fff;
}