qr-code.html 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!DOCTYPE html>
  2. <html lang="en">
  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.0">
  7. <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
  8. <META HTTP-EQUIV="Expires" CONTENT="-1">
  9. <META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
  10. <title>ARK.Cards</title>
  11. <a href="../qrcode/"></a>
  12. <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
  13. <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
  14. integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
  15. <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css" />
  16. <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css" />
  17. <link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.css" rel="stylesheet" />
  18. <link rel="stylesheet" href="./style.css">
  19. </head>
  20. <body style="background:#484848;">
  21. <section class="sec01-qrcode container-fluid px-0 mx-0">
  22. <div class="card border-0 text-white">
  23. <img src="./img/banner.png" class="card-img" alt="...">
  24. <div class="card-img-overlay d-flex align-items-center justify-content-center">
  25. <h5 class="card-title">我要接收</h5>
  26. </div>
  27. </div>
  28. </section>
  29. <section class="sec02-qrcode container-fluid px-0 mx-0 text-center">
  30. <div id="Qrcode">
  31. <!-- <img class="img-fluid" src="./img/qrcode.png" alt=""> -->
  32. </div>
  33. <button style="margin: 0; padding: 0; border:none; outline: none; background: none;" type="button" onclick="copyEvent('copy')">
  34. <img src="./img/copy.png" alt="">
  35. </button>
  36. <img class="m-3" src="./img/share.png" alt="">
  37. <div>
  38. <p style="font-size: 14px;" class="mt-1 text-white">我接收的地址:</p>
  39. <p id="copy" style="font-size: 14px;" class="mt-1 text-white"></p>
  40. </div>
  41. </section>
  42. <footer style="background: #484848;" class="pb-4 w-100 px-0 mx-0">
  43. <p class="text-white text-center mb-0">Copyright 2021 版權所有 © Ark.Cards</p>
  44. </footer>
  45. <script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
  46. <script src="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/2.1.4/toastr.min.js"></script>
  47. <script src="https://unpkg.com/aos@next/dist/aos.js"></script>
  48. <script>
  49. AOS.init();
  50. </script>
  51. <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
  52. integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
  53. crossorigin="anonymous"></script>
  54. <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.min.js"
  55. integrity="sha384-Atwg2Pkwv9vp0ygtn1JAojH0nYbwNJLPhwyoVbhoPwBhjQPR5VtM2+xf0Uwh9KtT"
  56. crossorigin="anonymous"></script>
  57. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  58. <script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
  59. <script src="./goto.js"></script>
  60. </body>
  61. </html>