register.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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: 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. .password_img {
  47. width: 26rpx;
  48. height: 34rpx;
  49. margin: 27rpx 0rpx 27rpx 32rpx;
  50. padding-right:32rpx;
  51. border-right: 2rpx #999999 solid;
  52. }
  53. .phone_img {
  54. width: 31rpx;
  55. height: 30rpx;
  56. margin: 29rpx 0rpx 29rpx 30rpx;
  57. padding-right:29rpx;
  58. border-right: 2rpx #999999 solid;
  59. }
  60. /* .email_img {
  61. width: 26rpx;
  62. height: 20rpx;
  63. margin: 34rpx 32rpx 34rpx 0;
  64. }
  65. .carNum_img {
  66. width: 36rpx;
  67. height: 26rpx;
  68. margin: 31rpx 22rpx 31rpx 0;
  69. }
  70. .man_img {
  71. width: 28rpx;
  72. height: 24rpx;
  73. margin: 32rpx 30rpx 32rpx 0;
  74. } */
  75. .context_input input {
  76. width: calc(100% - 122rpx);
  77. display: inline-block;
  78. font-size: 32rpx;
  79. height: 88rppx;
  80. line-height: 88rpx;
  81. min-height: 88rpx;
  82. padding-left: 30rpx;
  83. color: #434343;
  84. font-family: 'Lucida Sans',
  85. 'Lucida Sans Regular',
  86. 'Lucida Grande',
  87. 'Lucida Sans Unicode',
  88. Geneva,
  89. Verdana,
  90. sans-serif;
  91. }
  92. .context_input .placeholder {
  93. color: #999999;
  94. font-family: 'Lucida Sans',
  95. 'Lucida Sans Regular',
  96. 'Lucida Grande',
  97. 'Lucida Sans Unicode',
  98. Geneva,
  99. Verdana,
  100. sans-serif;
  101. }
  102. .input_view{
  103. box-shadow: 0rpx 0rpx 10rpx #dedede;
  104. border-radius: 10rpx;
  105. margin: 40rpx 0rpx;
  106. height: 88rpx;
  107. }
  108. .errorMsg{
  109. height: 28rpx;
  110. margin: -28rpx 30rpx 0rpx 30rpx;
  111. font-size: 28rpx;
  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: red;
  120. text-overflow: ellipsis;
  121. white-space: nowrap;
  122. }
  123. .login_button {
  124. width: calc(100% - 270rpx);
  125. font-size: 32rpx;
  126. /* margin: 0rpx 32rpx; */
  127. font-family: 'Lucida Sans',
  128. 'Lucida Sans Regular',
  129. 'Lucida Grande',
  130. 'Lucida Sans Unicode',
  131. Geneva,
  132. Verdana,
  133. sans-serif;
  134. color: #fff;
  135. text-overflow: ellipsis;
  136. white-space: nowrap;
  137. background-color: #00a8dc;
  138. border-radius: 40rpx;
  139. height: 80rpx;
  140. border: none;
  141. margin: 20rpx 135rpx 0 135rpx;
  142. }
  143. .login_button_disable{
  144. width: calc(100% - 270rpx);
  145. font-size: 32rpx;
  146. /* margin: 0rpx 32rpx; */
  147. font-family: 'Lucida Sans',
  148. 'Lucida Sans Regular',
  149. 'Lucida Grande',
  150. 'Lucida Sans Unicode',
  151. Geneva,
  152. Verdana,
  153. sans-serif;
  154. color: #fff;
  155. text-overflow: ellipsis;
  156. white-space: nowrap;
  157. background-color: #c9c9c9;
  158. border-radius: 40rpx;
  159. height: 80rpx;
  160. border: none;
  161. margin: 20rpx 135rpx 0 135rpx;
  162. }
  163. .login_button.button-hover {
  164. background-color: #36a9a6;
  165. }