10646c94
Andy
add
|
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
|
.kefu_wrap{
width: 90%;
height: 324px;
background-color: #eef1f5;
margin: 142px auto 0;
position: relative;
}
.kefu_wrap span{
display: block;
}
.kefu_wrap .kefu_img{
position: absolute;
width: 100px;
height: 100px;
left: 50%;
margin-left: -50px;
top:-50px;
}
.kefu_img_l{
background:url(../../img/kefu_pho_icon.png) no-repeat ;
}
.kefu_img_c{
background:url(../../img/kefu_email_icon.png) no-repeat ;
}
.kefu_img_r{
background:url(../../img/kefu_qq_icon.png) no-repeat ;
}
.kefu_wrap .kefu_title{
padding: 90px 0 36px 0;
font-size: 20px;
color: #34495e;
text-align: center;
}
.kefu_wrap .kefu_num{
padding: 0 0 16px 0;
font-size: 24px;
color: #34495e;
text-align: center;
}
.kefu_wrap .kefu_describe{
font-size: 14px;
padding-left: 15px;
padding-right: 15px ;
color: #4d6b8a;
text-align: center;
}
|