register.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. /* pages/register/register.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: 10rpx 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: 20rpx;
  36. margin-right: 39rpx;
  37. margin-left: 32rpx;
  38. margin-bottom: 20rpx;
  39. }
  40. .account_img {
  41. width: 30rpx;
  42. height: 32rpx;
  43. margin: 28rpx -4rpx 28rpx 30rpx;
  44. padding-right:30rpx;
  45. }
  46. .password_img {
  47. width: 26rpx;
  48. height: 34rpx;
  49. margin: 27rpx -2rpx 27rpx 32rpx;
  50. padding-right:32rpx;
  51. }
  52. .phone_img {
  53. width: 31rpx;
  54. height: 30rpx;
  55. margin: 29rpx 0rpx 29rpx 30rpx;
  56. padding-right:29rpx;
  57. }
  58. .email_img {
  59. width: 39rpx;
  60. height: 39rpx;
  61. margin: 27rpx -6rpx 26rpx 26rpx;
  62. padding-right:29rpx;
  63. }
  64. .carNum_img {
  65. width: 39rpx;
  66. height: 26rpx;
  67. margin: 25rpx -2rpx 30rpx 28rpx;
  68. padding-right: 25rpx;
  69. }
  70. .man_img {
  71. width: 28rpx;
  72. height: 24rpx;
  73. margin: 32rpx 30rpx 32rpx 0;
  74. }
  75. .input_view .line{height:43rpx;width:2rpx;background:#999999;display: inline-block;margin:20rpx 0}
  76. .context_input input {
  77. width: calc(100% - 122rpx);
  78. display: inline-block;
  79. font-size: 32rpx;
  80. height: 88rppx;
  81. line-height: 88rpx;
  82. min-height: 88rpx;
  83. padding-left: 30rpx;
  84. color: #434343;
  85. font-family: 'Lucida Sans',
  86. 'Lucida Sans Regular',
  87. 'Lucida Grande',
  88. 'Lucida Sans Unicode',
  89. Geneva,
  90. Verdana,
  91. sans-serif;
  92. }
  93. .context_input .placeholder {
  94. color: #999999;
  95. font-family: 'Lucida Sans',
  96. 'Lucida Sans Regular',
  97. 'Lucida Grande',
  98. 'Lucida Sans Unicode',
  99. Geneva,
  100. Verdana,
  101. sans-serif;
  102. }
  103. .input_view{
  104. box-shadow: 0rpx 0rpx 10rpx #dedede;
  105. border-radius: 10rpx;
  106. margin: 30rpx 0rpx;
  107. height: 88rpx;
  108. position: relative;
  109. }
  110. .errorMsg{
  111. height: 28rpx;
  112. margin: -28rpx 30rpx 0rpx 30rpx;
  113. font-size: 28rpx;
  114. font-family: 'Lucida Sans',
  115. 'Lucida Sans Regular',
  116. 'Lucida Grande',
  117. 'Lucida Sans Unicode',
  118. Geneva,
  119. Verdana,
  120. sans-serif;
  121. color: red;
  122. text-overflow: ellipsis;
  123. white-space: nowrap;
  124. }
  125. .login_button {
  126. width: calc(100% - 270rpx);
  127. font-size: 32rpx;
  128. /* margin: 0rpx 32rpx; */
  129. font-family: 'Lucida Sans',
  130. 'Lucida Sans Regular',
  131. 'Lucida Grande',
  132. 'Lucida Sans Unicode',
  133. Geneva,
  134. Verdana,
  135. sans-serif;
  136. color: #fff;
  137. text-overflow: ellipsis;
  138. white-space: nowrap;
  139. background-color: #00a8dc;
  140. border-radius: 40rpx;
  141. height: 80rpx;
  142. border: none;
  143. margin: 40rpx 135rpx 0 135rpx;
  144. }
  145. .login_button_disable{
  146. width: calc(100% - 270rpx);
  147. font-size: 32rpx;
  148. /* margin: 0rpx 32rpx; */
  149. font-family: 'Lucida Sans',
  150. 'Lucida Sans Regular',
  151. 'Lucida Grande',
  152. 'Lucida Sans Unicode',
  153. Geneva,
  154. Verdana,
  155. sans-serif;
  156. color: #fff;
  157. text-overflow: ellipsis;
  158. white-space: nowrap;
  159. background-color: #c9c9c9;
  160. border-radius: 40rpx;
  161. height: 80rpx;
  162. border: none;
  163. margin: 40rpx 135rpx 0 135rpx;
  164. }
  165. .vcode_button {
  166. font-family: 'Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
  167. position: absolute;
  168. display: inline-block;
  169. font-size: 26rpx;
  170. right: 0rpx;
  171. margin: 20rpx 10rpx;
  172. border: none;
  173. border-radius: 10rpx;
  174. background: rgb(0, 170, 221);
  175. z-index: 9999;
  176. color: #FFF;
  177. padding: 10rpx 10rpx;
  178. }
  179. .vcode_button_disable{
  180. font-family: 'Lucida Sans','Lucida Sans Regular','Lucida Grande','Lucida Sans Unicode',Geneva,Verdana,sans-serif;
  181. position: absolute;
  182. display: inline-block;
  183. font-size: 26rpx;
  184. right: 0rpx;
  185. margin: 20rpx 10rpx;
  186. border: none;
  187. border-radius: 10rpx;
  188. background: rgb(0, 170, 221);
  189. z-index: 9999;
  190. color: #FFF;
  191. padding: 10rpx 10rpx;
  192. background: #c9c9c9;
  193. }
  194. .login_button.button-hover {
  195. background-color: #36a9a6;
  196. }
  197. .phone_call_class{
  198. text-align: center;
  199. margin: 60rpx 0rpx;
  200. color: #c9c9c9;
  201. font-size: 28rpx;
  202. }
  203. .context_input input.vcode_input{
  204. width: calc(100% - 322rpx);
  205. }
  206. .vanCheckBox{
  207. display: inline-block;
  208. }