center.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274
  1. /* pages/ucenter/center/center.wxss */
  2. page {
  3. height: 100%;
  4. width: 100%;
  5. }
  6. .title {
  7. background-color: #2483c0;
  8. width: 100%;
  9. height: 88rpx;
  10. }
  11. .container {
  12. height: auto;
  13. overflow: hidden;
  14. margin: 0rpx 32rpx;
  15. border-bottom: 1rpx solid #f1f1f1;
  16. }
  17. .user_text {
  18. width: 100%;
  19. background: #fff;
  20. margin: 40rpx 0rpx;
  21. }
  22. .user_text.active {
  23. background: #ebebeb;
  24. }
  25. .userAvatarUrl {
  26. height: 70rpx;
  27. width: 69rpx;
  28. border-radius: 50%;
  29. display: block;
  30. margin: 11rpx 30rpx;
  31. float: right;
  32. overflow: hidden;
  33. }
  34. .userAvatarUrl image {
  35. height: 70rpx;
  36. width: 69rpx;
  37. }
  38. text {
  39. display: block;
  40. font-size: 32rpx;
  41. font-family: 'Lucida Sans',
  42. 'Lucida Sans Regular',
  43. 'Lucida Grande',
  44. 'Lucida Sans Unicode',
  45. Geneva,
  46. Verdana,
  47. sans-serif;
  48. color: #545253;
  49. text-overflow: ellipsis;
  50. white-space: nowrap;
  51. overflow: hidden;
  52. line-height: 32rpx;
  53. height: 32rpx;
  54. min-height: 32rpx;
  55. }
  56. text.bold {
  57. font-size: 48rpx;
  58. line-height: 92rpx;
  59. height: 92rpx;
  60. min-height: 92rpx;
  61. margin: 0 0 0rpx 30rpx;
  62. }
  63. .h1 {
  64. margin: 0 0 0 30rpx;
  65. font-size: 24rpx;
  66. line-height: 24rpx;
  67. height: 24rpx;
  68. min-height: 24rpx;
  69. color: #959595;
  70. }
  71. .main {
  72. height: auto;
  73. width: 100%;
  74. position: relative;
  75. }
  76. .main .context {
  77. height: 100%;
  78. width: 100%;
  79. position: absolute;
  80. top: 0;
  81. left: 0;
  82. }
  83. .context_input {
  84. margin: 0rpx 32rpx 30rpx 32rpx;
  85. }
  86. .account_img {
  87. width: 26rpx;
  88. height: 32rpx;
  89. margin: 28rpx 32rpx 28rpx 0;
  90. }
  91. .password_img {
  92. width: 24rpx;
  93. height: 30rpx;
  94. margin: 29rpx 34rpx 29rpx 0;
  95. }
  96. .phone_img {
  97. width: 24rpx;
  98. height: 24rpx;
  99. margin: 32rpx 34rpx 32rpx 0;
  100. }
  101. .email_img {
  102. width: 26rpx;
  103. height: 20rpx;
  104. margin: 34rpx 32rpx 34rpx 0;
  105. }
  106. .man_img {
  107. width: 28rpx;
  108. height: 24rpx;
  109. margin: 32rpx 30rpx 32rpx 0;
  110. }
  111. .context_input .input_view {
  112. border-bottom: 1rpx solid #f1f1f1;
  113. }
  114. .input_text_view {
  115. width: 158rpx;
  116. display: inline-block;
  117. }
  118. .input_text {
  119. display: inline-block;
  120. font-size: 32rpx;
  121. font-family: 'Lucida Sans',
  122. 'Lucida Sans Regular',
  123. 'Lucida Grande',
  124. 'Lucida Sans Unicode',
  125. Geneva,
  126. Verdana,
  127. sans-serif;
  128. color: #545253;
  129. text-overflow: ellipsis;
  130. white-space: nowrap;
  131. overflow: hidden;
  132. line-height: 88rpx;
  133. height: 88rppx;
  134. min-height: 88rpx;
  135. }
  136. .context_input input {
  137. width: calc(100% - 158rpx);
  138. text-align: right;
  139. display: inline-block;
  140. font-size: 32rpx;
  141. height: 88rppx;
  142. line-height: 88rpx;
  143. min-height: 88rpx;
  144. color: #c9c9c9;
  145. font-family: 'Lucida Sans',
  146. 'Lucida Sans Regular',
  147. 'Lucida Grande',
  148. 'Lucida Sans Unicode',
  149. Geneva,
  150. Verdana,
  151. sans-serif;
  152. }
  153. .context_input picker {
  154. width: calc(100% - 158rpx);
  155. text-align: right;
  156. display: inline-block;
  157. font-size: 32rpx;
  158. height: 88rppx;
  159. line-height: 88rpx;
  160. min-height: 88rpx;
  161. color: #c9c9c9;
  162. font-family: 'Lucida Sans',
  163. 'Lucida Sans Regular',
  164. 'Lucida Grande',
  165. 'Lucida Sans Unicode',
  166. Geneva,
  167. Verdana,
  168. sans-serif;
  169. }
  170. .context_input picker text {
  171. font-size: 32rpx;
  172. height: 88rppx;
  173. line-height: 88rpx;
  174. min-height: 88rpx;
  175. color: #c9c9c9;
  176. font-family: 'Lucida Sans',
  177. 'Lucida Sans Regular',
  178. 'Lucida Grande',
  179. 'Lucida Sans Unicode',
  180. Geneva,
  181. Verdana,
  182. sans-serif;
  183. }
  184. .context_input .placeholder {
  185. color: #c9c9c9;
  186. font-size: 32rpx;
  187. height: 88rppx;
  188. line-height: 88rpx;
  189. min-height: 88rpx;
  190. font-family: 'Lucida Sans',
  191. 'Lucida Sans Regular',
  192. 'Lucida Grande',
  193. 'Lucida Sans Unicode',
  194. Geneva,
  195. Verdana,
  196. sans-serif;
  197. }
  198. .errorMsg text {
  199. height: 28rpx;
  200. margin: 0rpx 32rpx 32rpx 30rpx;
  201. font-size: 28rpx;
  202. font-family: 'Lucida Sans',
  203. 'Lucida Sans Regular',
  204. 'Lucida Grande',
  205. 'Lucida Sans Unicode',
  206. Geneva,
  207. Verdana,
  208. sans-serif;
  209. color: red;
  210. text-overflow: ellipsis;
  211. white-space: nowrap;
  212. }
  213. .login_button {
  214. width: calc(100% - 62rpx);
  215. font-size: 32rpx;
  216. margin: 0rpx 32rpx;
  217. font-family: 'Lucida Sans',
  218. 'Lucida Sans Regular',
  219. 'Lucida Grande',
  220. 'Lucida Sans Unicode',
  221. Geneva,
  222. Verdana,
  223. sans-serif;
  224. color: #fff;
  225. text-overflow: ellipsis;
  226. white-space: nowrap;
  227. background-color: #3cb8b6;
  228. }
  229. .login_button_disable {
  230. width: calc(100% - 62rpx);
  231. font-size: 32rpx;
  232. margin: 0rpx 32rpx;
  233. font-family: 'Lucida Sans',
  234. 'Lucida Sans Regular',
  235. 'Lucida Grande',
  236. 'Lucida Sans Unicode',
  237. Geneva,
  238. Verdana,
  239. sans-serif;
  240. color: #fff;
  241. text-overflow: ellipsis;
  242. white-space: nowrap;
  243. background-color: #c9c9c9;
  244. }
  245. .login_button.button-hover {
  246. background-color: #36a9a6;
  247. }