center.wxss 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286
  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: 28rpx;
  60. line-height: 80rpx;
  61. height: 80rpx;
  62. min-height: 80rpx;
  63. color:#000000;
  64. margin-top: 20rpx;
  65. /* margin: 0rpx 0rpx 0rpx 30rpx; */
  66. }
  67. text.thin {
  68. width: calc(100% - 172rpx);
  69. font-size: 22rpx;
  70. line-height: 40rpx;
  71. height: 40rpx;
  72. min-height: 40rpx;
  73. color:#8f8e94;
  74. /* margin: 0rpx 0rpx 0rpx 30rpx; */
  75. }
  76. .edit {
  77. position: absolute;
  78. top: 40rpx;
  79. right: 30rpx;
  80. margin: 0 0 0 30rpx;
  81. font-size: 24rpx;
  82. line-height: 120rpx;
  83. height: 120rpx;
  84. min-height: 120rpx;
  85. }
  86. .main {
  87. height: auto;
  88. width: 100%;
  89. position: relative;
  90. }
  91. .main .context {
  92. height: 100%;
  93. width: 100%;
  94. position: absolute;
  95. top: 0;
  96. left: 0;
  97. }
  98. .context_input .input_view {
  99. padding: 0rpx 30rpx 0rpx 42rpx;
  100. border-bottom: 2rpx solid #f1f1f1;
  101. height: 90rpx;
  102. }
  103. .input_text_view {
  104. width: 158rpx;
  105. display: inline-block;
  106. }
  107. .input_text {
  108. display: inline-block;
  109. font-size: 24rpx;
  110. font-family: 'Lucida Sans',
  111. 'Lucida Sans Regular',
  112. 'Lucida Grande',
  113. 'Lucida Sans Unicode',
  114. Geneva,
  115. Verdana,
  116. sans-serif;
  117. color: #434343;
  118. text-overflow: ellipsis;
  119. white-space: nowrap;
  120. overflow: hidden;
  121. line-height: 90rpx;
  122. height: 90rppx;
  123. min-height: 90rpx;
  124. }
  125. .context_input input {
  126. width: calc(100% - 190rpx);
  127. text-align: right;
  128. display: inline-block;
  129. font-size: 24rpx;
  130. height: 90rppx;
  131. line-height: 90rpx;
  132. min-height: 90rpx;
  133. color: #999999;
  134. font-family: 'Lucida Sans',
  135. 'Lucida Sans Regular',
  136. 'Lucida Grande',
  137. 'Lucida Sans Unicode',
  138. Geneva,
  139. Verdana,
  140. sans-serif;
  141. }
  142. .context_input picker {
  143. width: calc(100% - 190rpx);
  144. text-align: right;
  145. display: inline-block;
  146. font-size: 24rpx;
  147. height: 90rppx;
  148. line-height: 90rpx;
  149. min-height: 90rpx;
  150. color: #999999;
  151. font-family: 'Lucida Sans',
  152. 'Lucida Sans Regular',
  153. 'Lucida Grande',
  154. 'Lucida Sans Unicode',
  155. Geneva,
  156. Verdana,
  157. sans-serif;
  158. }
  159. .context_input picker view {
  160. font-size: 24rpx;
  161. height: 90rppx;
  162. line-height: 85rpx;
  163. min-height: 90rpx;
  164. color: #999999;
  165. font-family: 'Lucida Sans',
  166. 'Lucida Sans Regular',
  167. 'Lucida Grande',
  168. 'Lucida Sans Unicode',
  169. Geneva,
  170. Verdana,
  171. sans-serif;
  172. }
  173. .input_view .zan-ft {
  174. }
  175. .context_input .placeholder {
  176. font-size: 24rpx;
  177. height: 90rppx;
  178. line-height: 90rpx;
  179. min-height: 90rpx;
  180. color: #999999;
  181. font-family: 'Lucida Sans',
  182. 'Lucida Sans Regular',
  183. 'Lucida Grande',
  184. 'Lucida Sans Unicode',
  185. Geneva,
  186. Verdana,
  187. sans-serif;
  188. }
  189. .errorMsg{
  190. height: 24rpx;
  191. margin: 32rpx 60rpx 32rpx 60rpx;
  192. font-size: 28rpx;
  193. font-family: 'Lucida Sans',
  194. 'Lucida Sans Regular',
  195. 'Lucida Grande',
  196. 'Lucida Sans Unicode',
  197. Geneva,
  198. Verdana,
  199. sans-serif;
  200. color: red;
  201. text-overflow: ellipsis;
  202. white-space: nowrap;
  203. }
  204. .errorMsg text {
  205. color: red;
  206. }
  207. .login_button {
  208. width: calc(100% - 152rpx);
  209. font-size: 32rpx;
  210. /* margin: 0rpx 32rpx; */
  211. font-family: 'Lucida Sans',
  212. 'Lucida Sans Regular',
  213. 'Lucida Grande',
  214. 'Lucida Sans Unicode',
  215. Geneva,
  216. Verdana,
  217. sans-serif;
  218. color: #fff;
  219. text-overflow: ellipsis;
  220. white-space: nowrap;
  221. background-color: #00a8dc;
  222. border-radius: 40rpx;
  223. height: 80rpx;
  224. border: none;
  225. margin: 235rpx 76rpx 0 76rpx;
  226. }
  227. .login_button_disable {
  228. width: calc(100% - 152rpx);
  229. font-size: 32rpx;
  230. /* margin: 0rpx 32rpx; */
  231. font-family: 'Lucida Sans',
  232. 'Lucida Sans Regular',
  233. 'Lucida Grande',
  234. 'Lucida Sans Unicode',
  235. Geneva,
  236. Verdana,
  237. sans-serif;
  238. color: #fff;
  239. text-overflow: ellipsis;
  240. white-space: nowrap;
  241. background-color: #c9c9c9;
  242. border-radius: 40rpx;
  243. height: 80rpx;
  244. border: none;
  245. margin: 235rpx 76rpx 0 76rpx;
  246. }
  247. .login_button.button-hover {
  248. background-color: #36a9a6;
  249. }
  250. .zan-ft{
  251. margin-left: 20rpx;
  252. width: 14rpx;
  253. height: 90rppx;
  254. line-height: 90rpx;
  255. min-height: 90rpx;
  256. display: inline-block;
  257. position: absolute;
  258. }
  259. .zan-ft image{
  260. display: inline-block;
  261. width: 14rpx;
  262. height: 24rpx;
  263. /*transform:rotate(180deg);*/
  264. }