center.wxss 5.6 KB

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