bindPhone.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. /* pages/reset_password/reset_password.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: 20rpx;
  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. margin-top:20rpx;
  32. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  33. }
  34. .context_input {
  35. margin-top: 70rpx;
  36. margin-right: 60rpx;
  37. margin-left: 60rpx;
  38. margin-bottom: 20rpx;
  39. }
  40. .input_view .line{height:43rpx;width:2rpx;background:#999999;display: inline-block;margin:20rpx 0}
  41. .context_input input {
  42. width: calc(100% - 122rpx);
  43. display: inline-block;
  44. font-size: 32rpx;
  45. height: 88rppx;
  46. line-height: 88rpx;
  47. min-height: 88rpx;
  48. padding-left: 30rpx;
  49. color: #434343;
  50. font-family: 'Lucida Sans',
  51. 'Lucida Sans Regular',
  52. 'Lucida Grande',
  53. 'Lucida Sans Unicode',
  54. Geneva,
  55. Verdana,
  56. sans-serif;
  57. }
  58. .context_input .placeholder {
  59. color: #999999;
  60. font-family: 'Lucida Sans',
  61. 'Lucida Sans Regular',
  62. 'Lucida Grande',
  63. 'Lucida Sans Unicode',
  64. Geneva,
  65. Verdana,
  66. sans-serif;
  67. }
  68. .input_view{
  69. box-shadow: 0rpx 0rpx 10rpx #dedede;
  70. border-radius: 10rpx;
  71. margin: 20rpx 0rpx;
  72. height: 88rpx;
  73. position: relative;
  74. }
  75. .errorMsg{
  76. height: 28rpx;
  77. margin: -20rpx 30rpx 0rpx 30rpx;
  78. font-size: 28rpx;
  79. font-family: 'Lucida Sans',
  80. 'Lucida Sans Regular',
  81. 'Lucida Grande',
  82. 'Lucida Sans Unicode',
  83. Geneva,
  84. Verdana,
  85. sans-serif;
  86. color: red;
  87. text-overflow: ellipsis;
  88. white-space: nowrap;
  89. }
  90. .phone_img {
  91. width: 31rpx;
  92. height: 30rpx;
  93. margin: 29rpx 0rpx 29rpx 30rpx;
  94. padding-right:29rpx;
  95. }
  96. .confirm_button {
  97. width: calc(100% - 270rpx);
  98. font-size: 32rpx;
  99. /* margin: 0rpx 32rpx; */
  100. font-family: 'Lucida Sans',
  101. 'Lucida Sans Regular',
  102. 'Lucida Grande',
  103. 'Lucida Sans Unicode',
  104. Geneva,
  105. Verdana,
  106. sans-serif;
  107. color: #fff;
  108. text-overflow: ellipsis;
  109. white-space: nowrap;
  110. background-color: #00a8dc;
  111. border-radius: 40rpx;
  112. height: 80rpx;
  113. border: none;
  114. margin: 60rpx 135rpx 0 135rpx;
  115. }
  116. .confirm_button_disable{
  117. width: calc(100% - 270rpx);
  118. font-size: 32rpx;
  119. /* margin: 0rpx 32rpx; */
  120. font-family: 'Lucida Sans',
  121. 'Lucida Sans Regular',
  122. 'Lucida Grande',
  123. 'Lucida Sans Unicode',
  124. Geneva,
  125. Verdana,
  126. sans-serif;
  127. color: #fff;
  128. text-overflow: ellipsis;
  129. white-space: nowrap;
  130. background-color: #c9c9c9;
  131. border-radius: 40rpx;
  132. height: 80rpx;
  133. border: none;
  134. margin: 60rpx 135rpx 0 135rpx;
  135. }
  136. .login_button.button-hover {
  137. background-color: #36a9a6;
  138. }
  139. .varification_button {
  140. display: inline-block;
  141. position: absolute;
  142. margin-top: 15rpx;
  143. padding: 0 15rpx;
  144. right: 45rpx;
  145. z-index:999;
  146. height: 60rpx;
  147. border-radius: 8rpx;
  148. color:rgba(255, 255, 255, 1);
  149. line-height:60rpx;
  150. text-align:center;
  151. font-size:24rpx;
  152. font-family: 'Lucida Sans',
  153. 'Lucida Sans Regular',
  154. 'Lucida Grande',
  155. 'Lucida Sans Unicode',
  156. Geneva,
  157. Verdana,
  158. sans-serif;
  159. }
  160. .getCode {
  161. background:#00AADD;
  162. }
  163. .getCode_disable {
  164. background-color: #c9c9c9;
  165. }
  166. .context_input input.vcode_input{
  167. width: calc(100% - 322rpx);
  168. }