Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.html 2.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>联系我们</title>
  8. </head>
  9. <body>
  10. <div class="container">
  11. <div class="img">
  12. <img src="../images/kf.png" alt="">
  13. </div>
  14. <div class="kf">
  15. <img src="../images/kfdh.png" alt="">
  16. </div>
  17. <div class="robot">
  18. <img src="../images/robot_phone.png" alt="">
  19. </div>
  20. <div class="time">
  21. 客服工作时间:周一到周五8:00-17:00
  22. </div>
  23. <!-- <div style="margin:20px;border:1px solid orange;color:#000;padding:20px;text-align:center;border-radus:6px;">
  24. 您好,欢迎使用常客云权益中心!<br />
  25. <br />
  26. 常客云 - 物联网<br />
  27. 400-133-0001<br />
  28. 常客云 - 话费充值<br />
  29. 400-133-0001<br />
  30. 常客云 - 电子油卡<br />
  31. 400-133-0001<br />
  32. 常客云 - 权益营销<br />
  33. 400-133-0001<br />
  34. 常客云 - 售货机器人<br />
  35. 13555785210
  36. </div>
  37. <script>
  38. setTimeout(function () {
  39. }, 3000);
  40. </script> -->
  41. </div>
  42. </body>
  43. <style>
  44. * {
  45. margin: 0;
  46. padding: 0;
  47. }
  48. .container {
  49. padding: 59px 0 84px 0;
  50. width: 100vw;
  51. min-height: 100vh;
  52. box-sizing: border-box;
  53. background-color: #fff;
  54. }
  55. .container .img {
  56. margin-bottom: 53px;
  57. text-align: center;
  58. }
  59. .container .img img {
  60. width: 246px;
  61. }
  62. .container .kf,
  63. .robot {
  64. text-align: center;
  65. margin-bottom: 43px;
  66. }
  67. .container .kf img {
  68. width: 124px;
  69. }
  70. .robot {
  71. margin-bottom: 91px;
  72. }
  73. .robot img {
  74. width: 137px;
  75. }
  76. .time {
  77. font-weight: 400;
  78. font-size: 12px;
  79. color: #A6A7AA;
  80. text-align: center;
  81. }
  82. </style>
  83. </html>