center.wxss 5.4 KB

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