index.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. /* pages/ucenter/index/index.wxss */
  2. page {
  3. height: 100%;
  4. width: 100%;
  5. background: #f4f4f4;
  6. }
  7. .title {
  8. background-color: #2483c0;
  9. width: 100%;
  10. height: 88rpx;
  11. }
  12. .container {
  13. background: #f4f4f4;
  14. height: auto;
  15. overflow: hidden;
  16. width: 100%;
  17. }
  18. .user_text {
  19. width: 100%;
  20. background: #fff;
  21. padding: 40rpx;
  22. }
  23. .user_text.active {
  24. background: #ebebeb;
  25. }
  26. .userAvatarUrl {
  27. height: 70rpx;
  28. width: 69rpx;
  29. border-radius: 50%;
  30. display: block;
  31. margin: 11rpx 30rpx;
  32. float: right;
  33. overflow: hidden;
  34. }
  35. .userAvatarUrl image {
  36. height: 70rpx;
  37. width: 69rpx;
  38. }
  39. text {
  40. display: block;
  41. font-size: 32rpx;
  42. font-family: 'Lucida Sans',
  43. 'Lucida Sans Regular',
  44. 'Lucida Grande',
  45. 'Lucida Sans Unicode',
  46. Geneva,
  47. Verdana,
  48. sans-serif;
  49. color: #545253;
  50. text-overflow: ellipsis;
  51. white-space: nowrap;
  52. overflow: hidden;
  53. line-height: 32rpx;
  54. height: 32rpx;
  55. min-height: 32rpx;
  56. }
  57. text.bold {
  58. font-size: 48rpx;
  59. line-height: 48rpx;
  60. height: 48rpx;
  61. min-height: 48rpx;
  62. margin: 0 0 20rpx 30rpx;
  63. }
  64. .h1 {
  65. margin: 0 0 0 30rpx;
  66. font-size: 24rpx;
  67. line-height: 24rpx;
  68. height: 24rpx;
  69. min-height: 24rpx;
  70. color: #959595;
  71. }
  72. .user-menu {
  73. width: 100%;
  74. height: auto;
  75. overflow: hidden;
  76. background: #f4f4f4;
  77. }
  78. .zan-panel {
  79. position: relative;
  80. background: #fff;
  81. overflow: hidden;
  82. }
  83. .zan-cell {
  84. position: relative;
  85. padding: 40rpx 30rpx;
  86. display: flex;
  87. align-items: center;
  88. }
  89. .zan-cell.active {
  90. background: #ebebeb;
  91. }
  92. .zan-icon {
  93. margin-right: 30rpx;
  94. }
  95. .zan-icon.charginglog {
  96. width: 36rpx;
  97. height: 38rpx;
  98. }
  99. .zan-icon.charginglog image {
  100. display: block;
  101. width: 36rpx;
  102. height: 38rpx;
  103. }
  104. .zan-icon.chargemoneylog {
  105. margin-right: 27rpx;
  106. width: 39rpx;
  107. height: 33rpx;
  108. }
  109. .zan-icon.chargemoneylog image {
  110. display: block;
  111. width: 39rpx;
  112. height: 33rpx;
  113. }
  114. .zan-icon.purse {
  115. margin-right: 31rpx;
  116. width: 35rpx;
  117. height: 29rpx;
  118. }
  119. .zan-icon.purse image {
  120. display: block;
  121. width: 35rpx;
  122. height: 29rpx;
  123. }
  124. .zan-icon.help {
  125. margin-right: 32rpx;
  126. width: 34rpx;
  127. height: 34rpx;
  128. }
  129. .zan-icon.help image {
  130. display: block;
  131. width: 34rpx;
  132. height: 34rpx;
  133. }
  134. .zan-icon.notice {
  135. margin-right: 38rpx;
  136. width: 28rpx;
  137. height: 36rpx;
  138. }
  139. .zan-icon.notice image {
  140. display: block;
  141. width: 28rpx;
  142. height: 36rpx;
  143. }
  144. .zan-icon.charging3 {
  145. margin-right: 34rpx;
  146. width: 32rpx;
  147. height: 32rpx;
  148. }
  149. .zan-icon.charging3 image {
  150. display: block;
  151. width: 32rpx;
  152. height: 32rpx;
  153. }
  154. .zan-icon.monitor {
  155. margin-right: 30rpx;
  156. width: 36rpx;
  157. height: 36rpx;
  158. }
  159. .zan-icon.monitor image {
  160. display: block;
  161. width: 36rpx;
  162. height: 36rpx;
  163. }
  164. .zan-icon.worksheet {
  165. margin-right: 38rpx;
  166. width: 28rpx;
  167. height: 36rpx;
  168. }
  169. .zan-icon.worksheet image {
  170. display: block;
  171. width: 28rpx;
  172. height: 36rpx;
  173. }
  174. .zan-text{
  175. width:100%;
  176. }
  177. .zan-ft{
  178. margin: 0;
  179. width: 14rpx;
  180. height: 24rpx;
  181. }
  182. .zan-ft image{
  183. display: block;
  184. width: 14rpx;
  185. height: 24rpx;
  186. /*transform:rotate(180deg);*/
  187. }
  188. .logout {
  189. margin-top: 20rpx;
  190. height: 101rpx;
  191. width: 100%;
  192. line-height: 101rpx;
  193. text-align: center;
  194. background: #fff;
  195. color: #666;
  196. font-size: 14px;
  197. }
  198. .logout.active {
  199. background: #ebebeb;
  200. }
  201. .footer{
  202. width: 100%;
  203. position: absolute;
  204. bottom: 0rpx;
  205. text-align: center;
  206. margin:30rpx 0rpx;
  207. text-overflow: ellipsis;
  208. white-space: nowrap;
  209. }
  210. .footer text{
  211. margin-top: 20rpx;
  212. }