index.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. /* pages/ucenter/index/index.wxss */
  2. page {
  3. height: 100%;
  4. width: 100%;
  5. background: #f4f4f4;
  6. }
  7. .container {
  8. /* background: #f4f4f4; */
  9. height: auto;
  10. overflow: hidden;
  11. width: 100%;
  12. }
  13. .user_text {
  14. width: 100%;
  15. background: #fff;
  16. padding: 40rpx;
  17. box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset;
  18. }
  19. .user_text.active {
  20. background: #ebebeb;
  21. }
  22. .userAvatarUrl {
  23. height: 100rpx;
  24. width: 100rpx;
  25. border-radius: 50%;
  26. display: block;
  27. margin: 10rpx 42rpx 10rpx 30rpx;
  28. float: left;
  29. overflow: hidden;
  30. }
  31. .userAvatarUrl image {
  32. height: 100rpx;
  33. width: 100rpx;
  34. }
  35. text {
  36. display: block;
  37. font-size: 24rpx;
  38. font-family: 'Lucida Sans',
  39. 'Lucida Sans Regular',
  40. 'Lucida Grande',
  41. 'Lucida Sans Unicode',
  42. Geneva,
  43. Verdana,
  44. sans-serif;
  45. color: #434343;
  46. text-overflow: ellipsis;
  47. white-space: nowrap;
  48. overflow: hidden;
  49. line-height: 24rpx;
  50. height: 24rpx;
  51. min-height: 24rpx;
  52. }
  53. text.bold {
  54. width: calc(100% - 216rpx);
  55. font-weight:600;
  56. font-size: 32rpx;
  57. line-height: 32rpx;
  58. height: 32rpx;
  59. min-height: 32rpx;
  60. margin: 20rpx 0 20rpx 30rpx;
  61. }
  62. .h1 {
  63. width: calc(100% - 216rpx);
  64. margin: 0 0 0 30rpx;
  65. font-size: 24rpx;
  66. line-height: 24rpx;
  67. height: 24rpx;
  68. min-height: 24rpx;
  69. color: #959595;
  70. }
  71. .user_text_zan-ft{
  72. margin: 0;
  73. width: 14rpx;
  74. height: 24rpx;
  75. display: inline-block;
  76. right: 30rpx;
  77. top: 93rpx;
  78. position: absolute;
  79. }
  80. .user_text_zan-ft image{
  81. display: block;
  82. width: 14rpx;
  83. height: 24rpx;
  84. /*transform:rotate(180deg);*/
  85. }
  86. .user-menu {
  87. width: 100%;
  88. height: auto;
  89. overflow: hidden;
  90. background: #fff;
  91. margin-top: 20rpx;
  92. }
  93. .banner{
  94. height: 210rpx;
  95. width: 100%;
  96. background-color:#ffffff;
  97. }
  98. .banner image{
  99. margin: 0rpx 30rpx 0rpx 30rpx;
  100. width: 688rpx;
  101. height: 200rpx;
  102. }
  103. .context{
  104. background: #fff;
  105. /* margin-top: 60rpx; */
  106. height: 178rpx;
  107. width: 100%;
  108. text-align: center;
  109. min-height: 178rpx;
  110. font-family: 'Lucida Sans',
  111. 'Lucida Sans Regular',
  112. 'Lucida Grande',
  113. 'Lucida Sans Unicode',
  114. Geneva,
  115. Verdana,
  116. sans-serif;
  117. font-size: 24rpx;
  118. color: #434343;
  119. }
  120. .context_view {
  121. width: 25%;
  122. /* width: 30%; */
  123. height: 178rpx;
  124. display: inline-block;
  125. }
  126. .context_view.active{
  127. background-color: #fafafa;
  128. }
  129. image.my_purse {
  130. margin: 43rpx 0 20rpx 0;
  131. width: 40rpx;
  132. height: 39rpx;
  133. flex-shrink: 0;
  134. overflow: hidden;
  135. }
  136. image.my_chargelog {
  137. margin: 42rpx 0 20rpx 0;
  138. width: 37rpx;
  139. height: 40rpx;
  140. flex-shrink: 0;
  141. overflow: hidden;
  142. }
  143. image.my_cuppon {
  144. margin: 46rpx 0 20rpx 0;
  145. width: 44rpx;
  146. height: 36rpx;
  147. flex-shrink: 0;
  148. overflow: hidden;
  149. }
  150. image.my_integral {
  151. margin: 44rpx 0 20rpx 0;
  152. width: 43rpx;
  153. height: 38rpx;
  154. flex-shrink: 0;
  155. overflow: hidden;
  156. }
  157. .context text {
  158. display: block;
  159. font-size: 24rpx;
  160. text-overflow: ellipsis;
  161. white-space: nowrap;
  162. overflow: hidden;
  163. line-height: 32rpx;
  164. height: 24rpx;
  165. min-height: 32rpx;
  166. }
  167. .zan-panel {
  168. position: relative;
  169. background: #fff;
  170. overflow: hidden;
  171. padding-top:10rpx;
  172. }
  173. .zan-cell {
  174. height:80rpx;
  175. position: relative;
  176. padding: 0rpx;
  177. margin: 0rpx 30rpx 0rpx 40rpx;
  178. display: flex;
  179. align-items: center;
  180. border-bottom: 2rpx solid #f1f1f1;
  181. }
  182. .zan-cell.active {
  183. background: #ebebeb;
  184. }
  185. .zan-icon {
  186. margin:12rpx 0rpx 0rpx -25rpx;
  187. width: 68rpx;
  188. height: 69rpx;
  189. }
  190. .zan-icon image {
  191. display: block;
  192. width: 68rpx;
  193. height: 69rpx;
  194. }
  195. .zan-icon.charginglog {
  196. width: 36rpx;
  197. height: 38rpx;
  198. }
  199. .zan-icon.charginglog image {
  200. display: block;
  201. width: 36rpx;
  202. height: 38rpx;
  203. }
  204. .zan-icon.chargemoneylog {
  205. margin-right: 27rpx;
  206. width: 39rpx;
  207. height: 33rpx;
  208. }
  209. .zan-icon.chargemoneylog image {
  210. display: block;
  211. width: 39rpx;
  212. height: 33rpx;
  213. }
  214. .zan-icon.purse {
  215. margin-right: 31rpx;
  216. width: 35rpx;
  217. height: 29rpx;
  218. }
  219. .zan-icon.purse image {
  220. display: block;
  221. width: 35rpx;
  222. height: 29rpx;
  223. }
  224. .zan-icon.help {
  225. margin-right: 32rpx;
  226. width: 34rpx;
  227. height: 34rpx;
  228. }
  229. .zan-icon.help image {
  230. display: block;
  231. width: 34rpx;
  232. height: 34rpx;
  233. }
  234. .zan-icon.notice {
  235. margin-right: 38rpx;
  236. width: 28rpx;
  237. height: 36rpx;
  238. }
  239. .zan-icon.notice image {
  240. display: block;
  241. width: 28rpx;
  242. height: 36rpx;
  243. }
  244. .zan-icon.charging3 {
  245. margin-right: 34rpx;
  246. width: 32rpx;
  247. height: 32rpx;
  248. }
  249. .zan-icon.charging3 image {
  250. display: block;
  251. width: 32rpx;
  252. height: 32rpx;
  253. }
  254. .zan-icon.monitor {
  255. margin-right: 30rpx;
  256. width: 36rpx;
  257. height: 36rpx;
  258. }
  259. .zan-icon.monitor image {
  260. display: block;
  261. width: 36rpx;
  262. height: 36rpx;
  263. }
  264. .zan-icon.worksheet {
  265. margin-right: 38rpx;
  266. width: 28rpx;
  267. height: 36rpx;
  268. }
  269. .zan-icon.worksheet image {
  270. display: block;
  271. width: 28rpx;
  272. height: 36rpx;
  273. }
  274. .zan-text{
  275. width:100%;
  276. }
  277. .zan-ft{
  278. margin: 0;
  279. width: 14rpx;
  280. height: 24rpx;
  281. }
  282. .zan-ft image{
  283. display: block;
  284. width: 14rpx;
  285. height: 24rpx;
  286. /*transform:rotate(180deg);*/
  287. }
  288. .logout {
  289. margin-top: 20rpx;
  290. height: 101rpx;
  291. width: 100%;
  292. line-height: 101rpx;
  293. text-align: center;
  294. background: #fff;
  295. color: #666;
  296. font-size: 14px;
  297. }
  298. .logout.active {
  299. background: #ebebeb;
  300. }
  301. .footer{
  302. z-index: 999;
  303. width: calc(100% - 100rpx);
  304. height: 95rpx;
  305. position: absolute;
  306. bottom: 0rpx;
  307. padding: 0rpx 50rpx;
  308. text-align: center;
  309. background-color: #fff;
  310. /* box-shadow: 0rpx 6rpx 6rpx #f5f5f5 inset; */
  311. box-shadow: 0rpx 0rpx 10rpx #dedede;
  312. /* margin:30rpx 0rpx; */
  313. /* text-overflow: ellipsis;
  314. white-space: nowrap; */
  315. }
  316. /* .footer text{
  317. margin-top: 20rpx;
  318. } */
  319. .footer .footer_1{
  320. display: inline-block;
  321. width: 30%;
  322. /* margin:30rpx 0rpx; */
  323. /* text-overflow: ellipsis;
  324. white-space: nowrap; */
  325. }
  326. .footer_1 image{
  327. width:42rpx;
  328. height: 41rpx;
  329. margin-top: 15rpx;
  330. }
  331. .footer .footer_2{
  332. display: inline-block;
  333. width: 40%;
  334. /* margin:30rpx 0rpx; */
  335. /* text-overflow: ellipsis;
  336. white-space: nowrap; */
  337. }
  338. .footer_2 image{
  339. width:238rpx;
  340. height:70rpx;
  341. }
  342. .footer .footer_3{
  343. display: inline-block;
  344. width: 30%;
  345. /* margin:30rpx 0rpx; */
  346. /* text-overflow: ellipsis;
  347. white-space: nowrap; */
  348. }
  349. .footer_3 image{
  350. margin-top:15rpx;
  351. margin-bottom:-13rpx;
  352. /* width:32rpx;
  353. height: 49rpx; */
  354. width:36rpx;
  355. height: 52rpx;
  356. }
  357. .footer text{
  358. font-size: 20rpx;
  359. line-height: 20rpx;
  360. height: 20rpx;
  361. min-height: 20rpx;
  362. margin: 0;
  363. }
  364. .footer text.selected{
  365. color:#fcd943;
  366. }