| @@ -1,42 +1,106 @@ | |||
| <!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> | |||
| <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 style="margin:20px;border:1px solid orange;color:#000;padding:20px;text-align:center;border-radus:6px;"> | |||
| 您好,欢迎使用常客云权益中心!<br/> | |||
| <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 /> | |||
| 常客云 - 物联网<br/> | |||
| 常客云 - 物联网<br /> | |||
| 400-133-0001<br/> | |||
| 400-133-0001<br /> | |||
| 常客云 - 话费充值<br/> | |||
| 常客云 - 话费充值<br /> | |||
| 400-133-0001<br/> | |||
| 400-133-0001<br /> | |||
| 常客云 - 电子油卡<br/> | |||
| 常客云 - 电子油卡<br /> | |||
| 400-133-0001<br/> | |||
| 400-133-0001<br /> | |||
| 常客云 - 权益营销<br/> | |||
| 常客云 - 权益营销<br /> | |||
| 400-133-0001<br/> | |||
| 400-133-0001<br /> | |||
| 常客云 - 售货机器人<br/> | |||
| 常客云 - 售货机器人<br /> | |||
| 13555785210 | |||
| </div> | |||
| 13555785210 | |||
| </div> | |||
| <script> | |||
| setTimeout(function() { | |||
| }, 3000); | |||
| </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> | |||