index.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0">
  6. <title>遮天传</title>
  7. <style>
  8. * {
  9. margin: 0;
  10. padding: 0;
  11. border: 0;
  12. box-sizing: border-box;
  13. }
  14. body {
  15. padding-top: 60px;
  16. background-color: #000;
  17. }
  18. img {
  19. display: block;
  20. width: 100%;
  21. }
  22. a {
  23. text-decoration: none;
  24. }
  25. #content-wrapper {
  26. background-color: #fff;
  27. max-width: 750px;
  28. margin: 0 auto;
  29. overflow: hidden;
  30. }
  31. #top-banner {
  32. position: fixed;
  33. top: 0;
  34. width: 100%;
  35. height: 60px;
  36. background: rgba(0, 0, 0, 0.8);
  37. display: flex;
  38. align-items: center;
  39. justify-content: space-between;
  40. padding: 0 20px;
  41. max-width: 750px;
  42. }
  43. .btn {
  44. display: inline-block;
  45. color: #fff;
  46. font-size: 20px;
  47. background-color: #f64e4e;
  48. border-radius: 15px;
  49. padding: 5px 20px;
  50. }
  51. </style>
  52. </head>
  53. <body>
  54. <div id="content-wrapper">
  55. <div id="top-banner">
  56. <div style="display: flex;align-items: center;justify-content: center;">
  57. <img src="./assets/icon.png" style="width: 50px;">
  58. <span style="color: #fff;font-size: 25px;">遮天传</span>
  59. </div>
  60. <a class="btn btn-download"
  61. href="https://app.hainanruiyu.cn/api/wxxyx/cpsScheme.php?appid=wxf55c1d226f121239&media_id=160_1228_1300&ext_channel=wbxcx"
  62. style="justify-self: end">开始游戏</a>
  63. </div>
  64. <img src="./assets/1.gif">
  65. <a
  66. href="https://app.hainanruiyu.cn/api/wxxyx/cpsScheme.php?appid=wxf55c1d226f121239&media_id=160_1228_1300&ext_channel=wbxcx"><img
  67. src="./assets/2.gif"></a>
  68. <a
  69. href="https://app.hainanruiyu.cn/api/wxxyx/cpsScheme.php?appid=wxf55c1d226f121239&media_id=160_1228_1300&ext_channel=wbxcx"><img
  70. src="./assets/3.gif"></a>
  71. </div>
  72. </body>
  73. </html>