index.wxss 820 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .i-avatar {
  2. display: inline-block;
  3. text-align: center;
  4. background: #ccc;
  5. color: #fff;
  6. white-space: nowrap;
  7. position: relative;
  8. overflow: hidden;
  9. vertical-align: middle;
  10. width: 32px;
  11. height: 32px;
  12. line-height: 32px;
  13. border-radius: 16px;
  14. font-size: 18px
  15. }
  16. .i-avatar .ivu-avatar-string {
  17. line-height: 32px
  18. }
  19. .i-avatar-large {
  20. width: 40px;
  21. height: 40px;
  22. line-height: 40px;
  23. border-radius: 20px;
  24. font-size: 24px
  25. }
  26. .i-avatar-large .ivu-avatar-string {
  27. line-height: 40px
  28. }
  29. .i-avatar-small {
  30. width: 24px;
  31. height: 24px;
  32. line-height: 24px;
  33. border-radius: 12px;
  34. font-size: 14px
  35. }
  36. .i-avatar-small .ivu-avatar-string {
  37. line-height: 24px
  38. }
  39. .i-avatar-image {
  40. background: 0 0
  41. }
  42. .i-avatar-square {
  43. border-radius: 4px
  44. }
  45. /* .i-avatar>image {
  46. width: 100%;
  47. height: 100%
  48. } */