No Description

index.html 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0,user-scalable=0" />
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Document</title>
  8. <link rel="stylesheet" href="../common/reset.css">
  9. <style>
  10. * {
  11. font-family: 'PingFang SC','Microsoft YaHei',SourceHanSansCN-Normal,HiraginoSansGB,HiraginoSans-W3,"Helvetica Neue",Helvetica,STHeiTi,sans-serif;
  12. }
  13. .main {
  14. width: 100%;
  15. min-height: 100vh;
  16. }
  17. body {
  18. min-height: 100vh;
  19. position: relative;
  20. }
  21. .upload {
  22. position: absolute;
  23. top: 50%;
  24. left: 50%;
  25. transform: translate(-50%,-50%);
  26. width: 70%;
  27. }
  28. .list {
  29. width: 100%;
  30. text-align: center;
  31. position: absolute;
  32. top: 23%;
  33. left: 0;
  34. }
  35. a {
  36. display: inline-block;
  37. width: 190px;
  38. height: 74px;
  39. }
  40. .andriod {
  41. background-image: url("./img/andriod.png");
  42. background-size: 100% 100%;
  43. }
  44. .ios {
  45. background-image: url("./img/ios@2x.png");
  46. background-size: 100% 100%;
  47. }
  48. </style>
  49. </head>
  50. <body>
  51. <img src="./img/back1.png" alt="" class="main">
  52. <div class="list">
  53. <a class="andriod" href="https://imtt.dd.qq.com/16891/2E9050EA20F7A463D22A12CF142311CE.apk.1?fsname=com.smileflowpig.money_1.3.1_6.apk.1&csr=4c6f"></a>
  54. <a class="ios" href="https://itunes.apple.com/cn/app/%E5%B0%8F%E8%8A%B1%E7%8C%AA-%E5%88%86%E6%9C%9F%E6%97%A0%E5%BF%A7-%E9%80%89%E6%8B%A9%E5%A4%9A%E6%A0%B7/id1440274732?mt=8"></a>
  55. </div>
  56. <img src="./img/2@2x.png" alt="" class="upload">
  57. </body>
  58. </html>