me.wxss 883 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .wrap {
  2. background-color: #fff;
  3. }
  4. .user-info {
  5. padding: 30rpx;
  6. }
  7. .user-info .avatar {
  8. width: 120rpx;
  9. height: 120rpx;
  10. margin-right: 20rpx;
  11. border-radius: 50%;
  12. }
  13. .nickname {
  14. font-size: 32rpx;
  15. font-weight: bold;
  16. color: #000;
  17. }
  18. .userid, invote {
  19. font-size: 26rpx;
  20. margin-top: 10rpx;
  21. }
  22. .money {
  23. padding: 20rpx 30rpx;
  24. }
  25. .bor-bottom {
  26. position: relative;
  27. }
  28. .bor-bottom::after {
  29. content: '';
  30. position: absolute;
  31. left: 0;
  32. bottom: 0;
  33. right: 0;
  34. height: 1px;
  35. transform: scaleY(.5);
  36. border-bottom: 1rpx solid #efefef;
  37. }
  38. .item-main {
  39. padding: 32rpx 40rpx;
  40. }
  41. .item-title {
  42. height: 40rpx;
  43. width: 400rpx;
  44. color: #444;
  45. font-size: 28rpx;
  46. display: flex;
  47. align-items: center;
  48. }
  49. .icon-right {
  50. width: 12rpx;
  51. height: 22rpx;
  52. }
  53. .recharge-money {
  54. color: #ce3c39;
  55. font-size: 50rpx;
  56. }
  57. .recharge-tip {
  58. color: #999;
  59. font-size: 24rpx;
  60. }