me.wxss 695 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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: 1px solid #c8c7cc;
  37. }
  38. .item-main {
  39. padding: 20rpx 30rpx;
  40. }
  41. .icon-right {
  42. width: 12rpx;
  43. height: 22rpx;
  44. }