forget.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. /* pages/forget/forget.wxss */
  2. .main {
  3. height: 100%;
  4. width: 100%;
  5. position: relative;
  6. }
  7. .main_image {
  8. height: 1334rpx;
  9. width: 750rpx;
  10. margin-top: -128rpx;
  11. }
  12. .logo_view{
  13. margin: 0rpx 268rpx;
  14. }
  15. .login_logo1 {
  16. height: 213rpx;
  17. width: 214rpx;
  18. margin-top: 90rpx;
  19. }
  20. .login_logo2 {
  21. height: 120rpx;
  22. width: 184rpx;
  23. margin: 0rpx 15rpx;
  24. }
  25. .main .context {
  26. height: 100%;
  27. width: 100%;
  28. position: absolute;
  29. top: 0;
  30. left: 0;
  31. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  32. }
  33. .context_input {
  34. margin-top: 20rpx;
  35. margin-right: 32rpx;
  36. margin-left: 32rpx;
  37. margin-bottom: 30rpx;
  38. }
  39. .account_img {
  40. width: 30rpx;
  41. height: 32rpx;
  42. margin: 28rpx 0rpx 28rpx 30rpx;
  43. padding-right:30rpx;
  44. border-right: 2rpx #999999 solid;
  45. }
  46. .phone_img {
  47. width: 31rpx;
  48. height: 30rpx;
  49. margin: 29rpx 0rpx 29rpx 30rpx;
  50. padding-right:29rpx;
  51. border-right: 2rpx #999999 solid;
  52. }
  53. .email_img {
  54. width: 39rpx;
  55. height: 39rpx;
  56. margin: 27rpx 0rpx 26rpx 20rpx;
  57. padding-right:29rpx;
  58. border-right: 2rpx #999999 solid;
  59. }
  60. .context_input input {
  61. width: calc(100% - 122rpx);
  62. display: inline-block;
  63. font-size: 32rpx;
  64. height: 88rppx;
  65. line-height: 88rpx;
  66. min-height: 88rpx;
  67. padding-left: 30rpx;
  68. color: #434343;
  69. font-family: 'Lucida Sans',
  70. 'Lucida Sans Regular',
  71. 'Lucida Grande',
  72. 'Lucida Sans Unicode',
  73. Geneva,
  74. Verdana,
  75. sans-serif;
  76. }
  77. .context_input .placeholder {
  78. color: #999999;
  79. font-family: 'Lucida Sans',
  80. 'Lucida Sans Regular',
  81. 'Lucida Grande',
  82. 'Lucida Sans Unicode',
  83. Geneva,
  84. Verdana,
  85. sans-serif;
  86. }
  87. .input_view{
  88. box-shadow: 0rpx 0rpx 10rpx #dedede;
  89. border-radius: 10rpx;
  90. margin: 40rpx 0rpx;
  91. height: 88rpx;
  92. }
  93. .errorMsg{
  94. height: 28rpx;
  95. margin: -28rpx 30rpx 0rpx 30rpx;
  96. font-size: 28rpx;
  97. font-family: 'Lucida Sans',
  98. 'Lucida Sans Regular',
  99. 'Lucida Grande',
  100. 'Lucida Sans Unicode',
  101. Geneva,
  102. Verdana,
  103. sans-serif;
  104. color: red;
  105. text-overflow: ellipsis;
  106. white-space: nowrap;
  107. }
  108. .login_button {
  109. width: calc(100% - 270rpx);
  110. font-size: 32rpx;
  111. /* margin: 0rpx 32rpx; */
  112. font-family: 'Lucida Sans',
  113. 'Lucida Sans Regular',
  114. 'Lucida Grande',
  115. 'Lucida Sans Unicode',
  116. Geneva,
  117. Verdana,
  118. sans-serif;
  119. color: #fff;
  120. text-overflow: ellipsis;
  121. white-space: nowrap;
  122. background-color: #00a8dc;
  123. border-radius: 40rpx;
  124. height: 80rpx;
  125. border: none;
  126. margin: 20rpx 135rpx 0 135rpx;
  127. }
  128. .login_button_disable{
  129. width: calc(100% - 270rpx);
  130. font-size: 32rpx;
  131. /* margin: 0rpx 32rpx; */
  132. font-family: 'Lucida Sans',
  133. 'Lucida Sans Regular',
  134. 'Lucida Grande',
  135. 'Lucida Sans Unicode',
  136. Geneva,
  137. Verdana,
  138. sans-serif;
  139. color: #fff;
  140. text-overflow: ellipsis;
  141. white-space: nowrap;
  142. background-color: #c9c9c9;
  143. border-radius: 40rpx;
  144. height: 80rpx;
  145. border: none;
  146. margin: 20rpx 135rpx 0 135rpx;
  147. }
  148. .password_img {
  149. width: 26rpx;
  150. height: 34rpx;
  151. margin: 27rpx 0rpx 27rpx 32rpx;
  152. padding-right:32rpx;
  153. border-right: 2rpx #999999 solid;
  154. }
  155. .login_button.button-hover {
  156. background-color: #36a9a6;
  157. }
  158. .varification_button {
  159. display: inline-block;
  160. position: absolute;
  161. margin-top: 15rpx;
  162. padding: 0 15rpx;
  163. right: 45rpx;
  164. z-index:999;
  165. height: 60rpx;
  166. border-radius: 8rpx;
  167. color:rgba(255, 255, 255, 1);
  168. line-height:60rpx;
  169. text-align:center;
  170. font-size:24rpx;
  171. font-family: 'Lucida Sans',
  172. 'Lucida Sans Regular',
  173. 'Lucida Grande',
  174. 'Lucida Sans Unicode',
  175. Geneva,
  176. Verdana,
  177. sans-serif;
  178. }
  179. .getCode {
  180. background:#00AADD;
  181. }
  182. .getCode_disable {
  183. background-color: #c9c9c9;
  184. }
  185. .phone_call_class{
  186. text-align: center;
  187. margin: 280rpx 0rpx;
  188. color: #c9c9c9;
  189. font-size: 28rpx;
  190. }
  191. .context_input input.vcode_input{
  192. width: calc(100% - 322rpx);
  193. }