checkphonesecruity.wxss 3.8 KB

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