moneyManage.wxss 837 B

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