contactUs.html 1.3 KB
<!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>