index.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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. width: 39rpx;
  106. height: 33rpx;
  107. }
  108. .zan-icon.chargemoneylog image {
  109. display: block;
  110. width: 39rpx;
  111. height: 33rpx;
  112. }
  113. .zan-icon.purse {
  114. width: 35rpx;
  115. height: 29rpx;
  116. }
  117. .zan-icon.purse image {
  118. display: block;
  119. width: 35rpx;
  120. height: 29rpx;
  121. }
  122. .zan-icon.help {
  123. width: 34rpx;
  124. height: 34rpx;
  125. }
  126. .zan-icon.help image {
  127. display: block;
  128. width: 34rpx;
  129. height: 34rpx;
  130. }
  131. .zan-icon.charging3 {
  132. width: 32rpx;
  133. height: 32rpx;
  134. }
  135. .zan-icon.charging3 image {
  136. display: block;
  137. width: 32rpx;
  138. height: 32rpx;
  139. }
  140. .zan-icon.worksheet {
  141. width: 28rpx;
  142. height: 36rpx;
  143. }
  144. .zan-icon.worksheet image {
  145. display: block;
  146. width: 28rpx;
  147. height: 36rpx;
  148. }
  149. .zan-text{
  150. width:100%;
  151. }
  152. .zan-ft{
  153. margin: 0;
  154. width: 14rpx;
  155. height: 24rpx;
  156. }
  157. .zan-ft image{
  158. display: block;
  159. width: 14rpx;
  160. height: 24rpx;
  161. /*transform:rotate(180deg);*/
  162. }
  163. .logout {
  164. margin-top: 20rpx;
  165. height: 101rpx;
  166. width: 100%;
  167. line-height: 101rpx;
  168. text-align: center;
  169. background: #fff;
  170. color: #666;
  171. font-size: 14px;
  172. }
  173. .logout.active {
  174. background: #ebebeb;
  175. }
  176. .footer{
  177. width: 100%;
  178. position: absolute;
  179. bottom: 0rpx;
  180. text-align: center;
  181. margin:30rpx 0rpx;
  182. text-overflow: ellipsis;
  183. white-space: nowrap;
  184. }
  185. .footer text{
  186. margin-top: 20rpx;
  187. }