BindPhone.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>绑定手机号</title>
  6. <meta name="renderer" content="webkit">
  7. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  8. <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
  9. <meta http-equiv="pragma" content="no-cache">
  10. <meta http-equiv="Cache" content="no-cache">
  11. <meta http-equiv="cache-control" content="no-cache, must-revalidate">
  12. <meta http-equiv="expires" content="0">
  13. <meta name="viewport"
  14. content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
  15. <link rel="stylesheet" href="../../css/element.css">
  16. <link rel="stylesheet" href="../../css/style.css">
  17. <link rel="stylesheet" href="../../css/main-dsg778.css">
  18. <link rel="stylesheet" id="linkSource" href="../../css/base.css">
  19. <script src="../../js/yz/jquery.min.js" type="text/javascript" charset="utf-8"></script>
  20. <script src="../../js/yz/init.js" type="text/javascript" charset="utf-8"></script>
  21. <script>
  22. checkLogin();
  23. </script>
  24. </head>
  25. <style type="text/css">
  26. *{
  27. margin: 0;
  28. padding: 0;
  29. }
  30. body {
  31. color: #fff;
  32. height: 100vh;
  33. background-color: #103151;
  34. }
  35. div,button{
  36. box-sizing: border-box;
  37. }
  38. .cu-btn{
  39. width: 100%;
  40. padding: 5px;
  41. box-sizing: border-box;
  42. }
  43. .cu-btn button{
  44. width: 100%;
  45. padding: 10px 0;
  46. color: #fff;
  47. border-radius: 6px;
  48. background-color:rgb(19, 206, 102);
  49. }
  50. .bind input{
  51. padding: 4px;
  52. color: #8799a3;
  53. border-radius: 2px;
  54. border: 1px solid rgba(255,255,255,0.3);
  55. }
  56. .bind input::-webkit-input-placeholder{
  57. color: #8799a3;
  58. }
  59. .bind .inp_li{
  60. font-size:14px;
  61. padding:10px;
  62. }
  63. .bind .inp_li>div{
  64. margin-bottom: 10px;
  65. }
  66. .bind .iconfont{
  67. cursor: pointer;
  68. }
  69. .bind .icon-jian{
  70. display: none;
  71. }
  72. .bind{
  73. color: rgba(255,255,255,0.7);
  74. padding: 15px 10px;
  75. height:calc(100% - 76px);
  76. overflow-y: auto;
  77. }
  78. .code_ {
  79. margin-top: 6px;
  80. }
  81. .code_ input{
  82. width: 100px;
  83. }
  84. .code_ button{
  85. height: 24px;
  86. font-size: 12px;
  87. padding: 0 6px;
  88. color: #468eda;
  89. border-radius: 3px;
  90. border: 1px solid #468eda;
  91. background-color: transparent;
  92. }
  93. </style>
  94. <body>
  95. <div class="topParen">
  96. <div class="topBox">
  97. <i class="iconfont icon-left" onclick="javascript:history.back(-1);"></i>
  98. <div>设置</div>
  99. </div>
  100. <div style="padding: 5px;height: 100%;">
  101. <div class="flex justify-between padding-xs">
  102. <div>开启短信通知</div>
  103. <input type="checkbox" class="switch">
  104. </div>
  105. <div class="bind">
  106. <div style="font-size:15px;">
  107. <div class="flex justify-between">
  108. <span>平台联系人</span>
  109. <div>
  110. <i class="iconfont icon-jia" data-ty="plat"></i>
  111. <i class="iconfont icon-jian" data-ty="plat"></i>
  112. </div>
  113. </div>
  114. <div class="inp_li platli">
  115. <div class="flex">
  116. <div style="width:70px">联系人1:</div>
  117. <div>
  118. <input type="text" name="plat_1" placeholder="联系人1"/>
  119. <div class="code_">
  120. <input type="text" placeholder="验证码"/>
  121. <button type="button" name="plat_1">发送验证码</button>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126. </div>
  127. <div style="font-size:15px;">
  128. <div class="flex justify-between">
  129. <span>终端联系人</span>
  130. <div>
  131. <i class="iconfont icon-jia" data-ty="term"></i>
  132. <i class="iconfont icon-jian" data-ty="term"></i>
  133. </div>
  134. </div>
  135. <div class="inp_li termli">
  136. <div class="flex">
  137. <div style="width:70px">联系人1:</div>
  138. <div>
  139. <input type="text" name="term_1" placeholder="联系人1"/>
  140. <div class="code_">
  141. <input type="text" placeholder="验证码"/>
  142. <button type="button" name="term_1">发送验证码</button>
  143. </div>
  144. </div>
  145. </div>
  146. </div>
  147. </div>
  148. </div>
  149. <div class="cu-btn"><button type="button" name="confirm">提交</button></div>
  150. </div>
  151. </div>
  152. </body>
  153. <script src="../../js/yz/bind-nj46jh6j45h.js" type="text/javascript" charset="utf-8"></script>
  154. <script>
  155. $(document).ready(function(){
  156. nowId = window.location.search.split("=")[1];
  157. getPhone("mainPh");
  158. })
  159. </script>
  160. </html>