style.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. a{
  6. text-decoration:none;
  7. }
  8. input{
  9. border: 0;
  10. outline: none;
  11. }
  12. html{
  13. width: 100%;
  14. /*height: 100%;*/
  15. /*background: #000;*/
  16. background-image: url("/uploads/sign/2.png");
  17. /*background-position: center;*/
  18. /*background-size: auto 100%;*/
  19. background-repeat: no-repeat;
  20. background-position: center;
  21. }
  22. body{
  23. width: 100%;
  24. max-width: 600px;
  25. margin: 0 auto;
  26. }
  27. header img{
  28. display: block;
  29. width: 100%;
  30. margin:23px 0;
  31. }
  32. .tel,.pswd{
  33. width: 78%;
  34. margin: 0 auto;
  35. background: #fff;
  36. border: 3px solid #facd7e;
  37. border-radius: 15px;
  38. display: -webkit-box;
  39. display: -ms-flexbox;
  40. display: flex;
  41. overflow: hidden;
  42. }
  43. .tel{
  44. margin-bottom: 20px;
  45. }
  46. .tel svg{
  47. height: 40px;
  48. width: 40px;
  49. padding: 1px 0 1px 15px;
  50. }
  51. .pswd svg{
  52. height: 40px;
  53. width: 26px;
  54. padding: 1px 6px 1px 25px;
  55. }
  56. .tel input,.pswd input{
  57. background-color: rgba(0, 0, 0, 0);
  58. color: #858484;
  59. width: 78%;
  60. }
  61. .pwagain{
  62. margin-top: 20px;
  63. }
  64. #your-dom-id{
  65. width: 78%;
  66. margin: 20px auto;
  67. }
  68. .nc-container #nc_1_wrapper{
  69. width: 100%!important;
  70. }
  71. .verificationCode{
  72. width: 78%;
  73. margin: 0 auto;
  74. overflow: hidden;
  75. margin-top: 20px;
  76. display: -webkit-box;
  77. display: -ms-flexbox;
  78. display: flex;
  79. -webkit-box-pack: justify;
  80. -ms-flex-pack: justify;
  81. justify-content: space-between;
  82. }
  83. .verificationCode .verification{
  84. overflow: hidden;
  85. width: 59%;
  86. background: #fff;
  87. border: 3px solid #facd7e;
  88. border-radius: 15px;
  89. display: -webkit-box;
  90. display: -ms-flexbox;
  91. display: flex;
  92. float: left;
  93. padding-left: 15px;
  94. }
  95. .verificationCode .verification svg{
  96. height: 40px;
  97. width: 36px;
  98. margin: 1px 0px 1px 0px;
  99. }
  100. .verificationCode .verification input{
  101. width: 78%;
  102. }
  103. .button{
  104. width: 31%;
  105. float: right;
  106. border-radius: 15px;
  107. overflow: hidden;
  108. }
  109. .button button{
  110. border-radius: 15px;
  111. display: inline-block;
  112. width: 100%;
  113. height: 100%;
  114. background-color: #e3c184;
  115. color: #000;
  116. white-space: nowrap;
  117. text-align: center;
  118. font-size: 14px;
  119. border: none;
  120. border-radius: 2px;
  121. cursor: pointer;
  122. box-shadow: none;
  123. -webkit-box-shadow: none;
  124. -moz-box-shadow: none;
  125. -o-box-shadow: none;
  126. -ms-box-shadow: none;
  127. -khtml-box-shadow: none;
  128. outline:none;
  129. -webkit-tap-highlight-color: transparent;
  130. }
  131. .recommendid{
  132. width: 78%;
  133. margin: 0 auto;
  134. background: #fff;
  135. border: 3px solid #facd7e;
  136. border-radius: 15px;
  137. display: -webkit-box;
  138. display: -ms-flexbox;
  139. display: flex;
  140. overflow: hidden;
  141. margin-top: 20px;
  142. height: 42px;
  143. }
  144. .recommendid input{
  145. width: 100%;
  146. color: #858484;
  147. text-align: center;
  148. font-size: 18px;
  149. }
  150. .immediately{
  151. display: block;
  152. margin: 20px auto;
  153. width: 56%;
  154. background-color: #e3c184;
  155. color: #000;
  156. white-space: nowrap;
  157. text-align: center;
  158. font-size: 22px;
  159. font-weight: 800;
  160. border: none;
  161. cursor: pointer;
  162. box-shadow: none;
  163. -webkit-box-shadow: none;
  164. -moz-box-shadow: none;
  165. -o-box-shadow: none;
  166. -ms-box-shadow: none;
  167. -khtml-box-shadow: none;
  168. outline:none;
  169. -webkit-tap-highlight-color: transparent;
  170. padding: 7px 0;
  171. border-radius: 21px;
  172. }
  173. .already{
  174. color: #fff;
  175. text-align: center;
  176. }
  177. .already a{
  178. color: #e3c184;
  179. cursor: pointer;
  180. -webkit-tap-highlight-color: transparent;
  181. }
  182. .cover{
  183. position: fixed;
  184. bottom: 50%;
  185. left: 50%;
  186. transform: translate(-50%,-50%);
  187. background: rgba(227, 193, 132, 0.9);
  188. z-index: 3;
  189. color: #000;
  190. padding: 10px 20px;
  191. border-radius: 5px;
  192. display: none;
  193. }