contactUs.html
1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no,minimal-ui" />
<title>联系我们</title>
<style type="text/css" >
body{
font-family: 黑体;
overflow: hidden;
margin: 0px;
border: 0px;
padding: 0px;
background-color: #ffffff;
color: #333333;
font-size: 16px;
}
.div-center{
margin-top: 25px;
margin-left: 20px;
}
.div-center div{
margin-top: 36px;
}
.div-bottom div{
margin-top: 20px;
}
.div-bottom{
margin-top: 105px;
margin-left: 20px;
}
</style>
</head>
<body>
<div class="div-center">
<div align="center" ><img src="./images/2.pic_hd.jpg" /></div>
<div align="center" style="margin-top: 0px;color: #999999;font-size: 18px;">东城行</div>
</div>
<div class="div-bottom">
<div>微信:东城行</div>
<div>微博:东城行</div>
<div>客服电话:0579-86680123</div>
<!--<a href="tel:4009696556">拨号</a>-->
</div>
</body>
</html>