|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <!DOCTYPE html>
- <html lang="zh-CN">
-
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>联系我们</title>
- </head>
-
- <body>
- <div class="container">
- <div class="img">
- <img src="../images/kf.png" alt="">
- </div>
- <div class="kf">
- <img src="../images/kfdh.png" alt="">
- </div>
- <div class="robot">
- <img src="../images/robot_phone.png" alt="">
- </div>
- <div class="time">
- 客服工作时间:周一到周五8:00-17:00
- </div>
- <!-- <div style="margin:20px;border:1px solid orange;color:#000;padding:20px;text-align:center;border-radus:6px;">
- 您好,欢迎使用常客云权益中心!<br />
-
- <br />
-
- 常客云 - 物联网<br />
-
- 400-133-0001<br />
-
- 常客云 - 话费充值<br />
-
- 400-133-0001<br />
-
- 常客云 - 电子油卡<br />
-
- 400-133-0001<br />
-
- 常客云 - 权益营销<br />
-
- 400-133-0001<br />
-
- 常客云 - 售货机器人<br />
-
- 13555785210
- </div>
- <script>
- setTimeout(function () {
- }, 3000);
- </script> -->
- </div>
- </body>
- <style>
- * {
- margin: 0;
- padding: 0;
- }
-
- .container {
- padding: 59px 0 84px 0;
- width: 100vw;
- min-height: 100vh;
- box-sizing: border-box;
- background-color: #fff;
- }
-
- .container .img {
- margin-bottom: 53px;
- text-align: center;
- }
-
- .container .img img {
- width: 246px;
- }
-
- .container .kf,
- .robot {
- text-align: center;
- margin-bottom: 43px;
- }
-
-
- .container .kf img {
- width: 124px;
- }
-
- .robot {
- margin-bottom: 91px;
- }
-
- .robot img {
- width: 137px;
- }
-
- .time {
- font-weight: 400;
- font-size: 12px;
- color: #A6A7AA;
- text-align: center;
- }
- </style>
-
- </html>
|