robot.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. <script type="text/javascript" src="../js/vue.min.js"></script>
  9. <link rel="stylesheet" href="../css/bootstrap.min.css" />
  10. <link rel="stylesheet" href="../css/header.css" />
  11. <link rel="stylesheet" href="../css/normalize.css" />
  12. <link rel="stylesheet" href="../css/robot.css" />
  13. </head>
  14. <body>
  15. <section id="app">
  16. <header>
  17. <div>
  18. <a class="left" href="/"><img src="../img/search.png" alt=""/></a>
  19. <h2>机器人</h2>
  20. <a class="right" href=""><img src="../img/tools.png" alt=""/></a>
  21. </div>
  22. </header>
  23. <section class="content">
  24. <img src="../img/robot_1.png" alt="">
  25. <div class="content-dis">
  26. <h5>DIISEA&nbsp;&nbsp;系列</h5>
  27. <h3>智能洗地机器人</h3>
  28. <a href="">即将预售>></a>
  29. </div>
  30. </section>
  31. <!-- <footer>
  32. <section class="callme">
  33. <div class="telphone">
  34. <p>全国统一服务热线:</p>
  35. <span>电话:400-812-0098</span>
  36. </div>
  37. <div class="online">
  38. <img src="../img/call_03.jpg" alt="" />
  39. </div>
  40. </section>
  41. <section class="copy">
  42. <span>鄂ICP备19009716号 Copyright@2019 滴水科技版权所有</span>
  43. </section>
  44. </footer> -->
  45. </section>
  46. </body>
  47. <script type="text/javascript">
  48. new Vue({
  49. el: "#app",
  50. data() {
  51. return {};
  52. },
  53. mounted() {},
  54. methods: {}
  55. });
  56. </script>
  57. </html>