channelDownApp.html 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>双子星</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
  7. <link rel="icon" href="../static/img/favicon2.ico" type="img/x-ico">
  8. <link rel="stylesheet" href="../static/js/vender/bootstrap/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="../static/css/normalize2.css">
  10. <link rel="stylesheet" href="../static/css/experience2.css">
  11. <link rel="stylesheet" href="../static/js/vender/toastr/toastr.min.css">
  12. <script src="../static/js/vender/jquery-3.4.1.min.js"></script>
  13. <script src="../static/js/vender/bootstrap/js/bootstrap.min.js"></script>
  14. <script src="../static/js/vender/toastr/toastr.min.js"></script>
  15. <script src="../static/js/vender/config.js"></script>
  16. <script>
  17. toastr.options.positionClass = 'toast-center-center';
  18. </script>
  19. </head>
  20. <div class="top free-code-con" style="position:relative;background: #169af2;">
  21. <div class="bottom-img">
  22. <div class="center-pic">
  23. <div class="recv-cont" id="recv_cont">
  24. <div onclick="handleClick2()" style="position: relative">
  25. <div class="recv-btn" id="recv_btn">
  26. <img src="../static/img/experienceBtn.png" alt="" style="width: 100%">
  27. <div class="btn-bg-style">
  28. <span>下载双子星APP</span>
  29. <img src="../static/img/xing_icon.png" alt="">
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. </div>
  35. </div>
  36. </div>
  37. <script type="text/javascript">
  38. </script>
  39. </body>
  40. <style>
  41. #toast-container>.toast-error {
  42. background-image: none !important;
  43. }
  44. .toast-error {
  45. background-color: rgba(0, 0, 0, 0.8);
  46. }
  47. #toast-container>div {
  48. font-size: 14px;
  49. min-width: 80px !important;
  50. padding: 12px !important;
  51. box-shadow: none;
  52. }
  53. @media (max-width: 480px) and (min-width: 241px) {
  54. #toast-container>div {
  55. min-width: 80px !important;
  56. width: auto;
  57. }
  58. }
  59. @media only screen and (min-width: 640px) {
  60. .toast-center-center {
  61. top: 50%;
  62. left: 50%;
  63. transform: translate(-50%, -50%);
  64. }
  65. }
  66. @media only screen and (max-width: 640px) {
  67. .toast-center-center {
  68. top: 50%;
  69. left: 50%;
  70. transform: translate(-50%, -50%);
  71. }
  72. }
  73. input::-webkit-input-placeholder {
  74. color: #BBBBBB;
  75. }
  76. input::-moz-placeholder {
  77. /* Mozilla Firefox 19+ */
  78. color: #BBBBBB;
  79. }
  80. input:-moz-placeholder {
  81. /* Mozilla Firefox 4 to 18 */
  82. color: #BBBBBB;
  83. }
  84. input:-ms-input-placeholder {
  85. /* Internet Explorer 10-11 */
  86. color: #BBBBBB;
  87. }
  88. </style>
  89. </html>