tom
2023-12-06 9e968679ed2e6937aeb7b50a6c450d5d19251f42
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
body {
    margin:0; 
    font-family:Helvetica,Arial,'Heiti SC';
    background:#3070C0;
}
 
.header {
    position:fixed;
    z-index:2;
    left:0;
    right:0;
    top:0;
    height:40px;
    background:#0090FF;
}
 
.menu_group {
    position:relative;
    margin:2px auto;
    height:36px;
    width:304px;
}    
 
.menu_item {
    position:relative;
    float:left;
    width:100px;
    height:36px;
    color:#FFFFFF;
    font-size:16px;
    text-align:center;
    line-height:36px;
}
 
.menu_divider {
    position:relative;
    float:left;
    width:1px;
    margin:8px 0;
    height:20px;
    background:#FFFFFF;
}
 
.product {
    position:fixed; 
    left:0; 
    right:0; 
    top:40px; 
    bottom:0;
    background:#3070C0;
    background:-webkit-linear-gradient(top, #0090FF, #3070C0);
}
 
.product_item {
    position:relative;
    margin:40px auto;
    width:160px;
    height:40px;
    border:#E0E0E0 1px solid;
    border-radius:6px;
    color:#FFFFFF;
    font-weight:bold;
    font-size:18px;
    line-height:40px;
    text-align:center;
}
 
.label_ch {
    position:absolute;
    left:0;
    right:0;
    bottom:165px;
    color:#FFFFFF; 
    font-size:16px; 
    text-align:center;
}
 
.label_en {
    position:absolute;
    left:0;
    right:0;
    bottom:140px;
    color:#FFFFFF; 
    font-size:16px; 
    text-align:center;
}
 
.logo {
    position:absolute;
    left:0;
    right:0;
    bottom:30px;
    height:75px; 
    background:url(../icon/geggee_brand.png) no-repeat center; 
    background-size:125px 75px; 
}
 
.icp {
    position:absolute;
    left:0;
    right:0;
    bottom:10px;
    font-size:10px;
    text-align:center;
    color:#E0E0E0;
}
 
 
 
.contact {
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:40px;
    padding-top:80px;
    color:#FFFFFF;
    font-size:16px;
    text-align:center;
    background:#3070C0;
    background:-webkit-linear-gradient(top, #0090FF, #3070C0);
}
 
.job {
    display:none;
    position:relative;
    padding:40px 8px;
    color:#FFFFFF;
    font-size:14px;
    background:#3070C0;
    background:-webkit-linear-gradient(top, #0090FF, #3070C0);
}
 
.job_title {
    margin-top:20px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
}
 
.job_desc {
    margin-top:8px;
    margin-left:20px;
    font-weight:bold;
}